Inspect and view changes in SimpleCRM - eKYC - Screenshot 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_name__",
"version": "1.0.4",
"commands": {
"visible_screenshot": {
"description": "visible screenshot"
},
"entire_page_screenshot": {
"description": "Entire Page Screenshot"
}
},
"homepage_url": "https://simplecrm.com",
"manifest_version": 2,
"description": "__MSG_description__",
"icons": {
"48": "images/simple/icon.png",
"128": "images/simple/icon_128.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "images/simple/simplecr-logo.png",
"default_title": "Screenshot Extension",
"default_popup": "login.html"
},
"options_page": "login.html",
"web_accessible_resources": [
"/images/*.png",
"/css/pagestyles.css",
"/css/dialog.css",
"/libs/gapi.js",
"/libs/jquery.js",
"/js/dialog.js"
],
"offline_enabled": false,
"default_locale": "en",
"permissions": [
"activeTab",
"storage"
],
"optional_permissions": [
"desktopCapture"
]
}