Inspect and view changes in Enhance Salesforce Report source codes across current and past versions
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": {
"service_worker": "back.js"
},
"action": {
"default_icon": "img/ESR.png"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"background.js"
],
"matches": [
"*://*.salesforce.com/00O*",
"*://*.lightning.force.com/lightning/r/Report/00O*",
"*://*.lightning.force.com/lightning/o/Report/home*",
"*://*.lightning.force.com/lightning/_classic/%2F00O*"
]
}
],
"description": "Auto Refresh Salesforce Report.",
"homepage_url": "http://www.satrangtech.com/products.htm#12",
"icons": {
"8": "img/icon.png",
"16": "img/icon.png",
"24": "img/icon.png",
"32": "img/icon.png",
"48": "img/icon.png",
"64": "img/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu3gYJ13gqdZDORVqL9xn6aoe+v6dHWI3h2z/kapdnuVyvUInPDiuwd1Vzm79nl1mI3RzMm1Nplg41LCnrLFL3xBQ/6Terk8qvkH9Ze45FPE6+ZUrJ7Q9It9n5T6H+fs4Oq5DB4GeGYGbf/uJy7jhaaZiclxiYCi7U7MpzUaqxwdtRG9Xg5YqLNA/shzta6vSFkK7C0GD3M9fsW5eZN5avbNHOM7lPo+0ueCdPewyhzM7igYqRsLkPjP1tAh/8BB7kJZM9fCIbUjLoZSpui2pmUJsIkkKLIivnromW1RMbjhgY3w0DXhTBQluSnEELrhv6xncI58CI0HtCU9jHWkpQQIDAQAB",
"manifest_version": 3,
"name": "Enhance Salesforce Report",
"options_page": "options.html",
"permissions": [
"storage"
],
"short_name": "Auto Refresh Salesforce Report.",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "6.0.0",
"web_accessible_resources": [
{
"resources": [
"img/60x60-logo.png",
"background.js"
],
"matches": [],
"extension_ids": []
}
]
}