Auto Refresh and up to 7 Columns Salesforce Dashboard.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Satrang Technologies",
"background": {
"scripts": [
"back.js"
]
},
"browser_action": {
"default_icon": "img/icon16.png"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"background.js"
],
"matches": [
"*://*.salesforce.com/01Z*",
"*://*.salesforce.com/home/home.jsp*",
"*://*.force.com/*/01Z*",
"*://*.force.com/*/home/home.jsp*",
"*://*.force.com/01Z*",
"*://*.force.com/home/home.jsp*",
"*://*.salesforce.com/console*",
"*://*.lightning.force.com/one/one.app*",
"*://*.lightning.force.com/lightning/r/Dashboard/01Z*",
"*://*.lightning.force.com/lightning/page/home*",
"*://*.lightning.force.com/lightning/r/sObject/01Z*",
"*://*.cloudforce.com/01Z*",
"*://*.cloudforce.com/home/home.jsp*",
"*://*.cloudforce.com/console*"
],
"run_at": "document_end"
}
],
"description": "Auto Refresh and up to 7 Columns Salesforce Dashboard.",
"homepage_url": "http://www.satrangtech.com/products.htm#5",
"icons": {
"16": "img/icon16.png",
"24": "img/icon24.png",
"32": "img/icon32.png",
"64": "img/icon64.png",
"128": "img/icon128.png"
},
"manifest_version": 2,
"name": "Enhance Salesforce Dashboard",
"options_page": "options.html",
"permissions": [
"storage"
],
"short_name": "Auto Refresh and up to 7 Columns Salesforce Dashboard.",
"version": "17.0.0",
"web_accessible_resources": [
"img/60x60-logo.png",
"background.js"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}