Inspect and view changes in Upsales eSignatures by GetAccept 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": "Upsales eSignatures by GetAccept",
"short_name": "Upsales",
"version": "1.37.7",
"author": "GetAccept Inc.",
"manifest_version": 3,
"description": "Electronic Signatures and Document Tracking for Upsales CRM by GetAccept",
"homepage_url": "https://www.getaccept.com",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon128.png",
"128": "icons/icon128.png"
},
"default_locale": "sv",
"content_scripts": [
{
"matches": [
"https://*.upsales.com/*"
],
"exclude_matches": [
"https://www.upsales.com/*",
"https://*.upsales.com/api/*",
"https://api-docs.upsales.com/*",
"https://api.upsales.com/*",
"https://pages.upsales.com/*",
"https://integration.upsales.com/*",
"https://support.upsales.com/*"
],
"js": [
"js/jquery.min.js",
"js/pusher.min.js",
"js/axios.min.js",
"src/pusher-client.js",
"src/upsales.js",
"src/content.js"
],
"css": [
"css/styles.css"
]
}
],
"action": {
"default_icon": "icons/icon128.png",
"default_title": "Upsales eSignatures by GetAccept"
},
"background": {
"service_worker": "src/background.js",
"type": "module"
},
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"https://*.upsales.com/*",
"https://*.getaccept.com/*"
],
"web_accessible_resources": [
{
"resources": [
"img/logo.svg",
"img/logo-inverted.svg",
"img/cog.gif",
"img/users.gif",
"img/support.gif",
"img/loader.gif",
"img/processing.gif",
"img/avataru.png",
"img/logo-only.png",
"img/template.png",
"img/video-thumb.jpg",
"img/upsales-youtube.png",
"img/intro-helplayer.png",
"img/ani-sign.gif",
"img/docprocessing.gif",
"img/close.png",
"img/docs-icon.png",
"img/expand.png",
"img/folder.png",
"src/content.html"
],
"matches": [
"*://*/*"
]
}
]
}