Inspect and view changes in Vonage® Integration Suite 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
{
"name": "Vonage® Integration Suite",
"short_name": "Vonage",
"description": "__MSG_description__",
"version": "2024.830.1636.1",
"homepage_url": "https://enterprise.vonage.com/what-we-do/crm-integrations",
"default_locale": "en",
"applications": {
"gecko": {
"id": "vgis@vonage.com",
"strict_min_version": "58.0"
}
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"sc_content.js"
],
"css": [
"content.css"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"http://*.salesforce.com/*",
"https://*.salesforce.com/*",
"http://*.cloudforce.com/*",
"https://*.cloudforce.com/*",
"http://*.force.com/*",
"https://*.force.com/*"
],
"js": [
"sc_content_salesforce.js"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"http://*.google.com/*",
"https://*.google.com/*"
],
"js": [
"sc_content_google.js"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"http://*.sugarcrm.com/*",
"https://*.sugarcrm.com/*",
"http://*.sugarondemand.com/*",
"https://*.sugarondemand.com/*",
"http://sugar.upcurvecloud.com/*",
"https://sugar.upcurvecloud.com/*",
"http://*.sugar.upcurvecloud.com/*",
"https://*.sugar.upcurvecloud.com/*"
],
"js": [
"sc_content_sugarcrm.js"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"https://*.contact-world.net/*",
"https://*.nvminternal.net/*"
],
"js": [
"sc_content_nvm.js"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"https://*.crm.dynamics.com/*"
],
"js": [
"sc_content_dynamics.js"
],
"all_frames": true
},
{
"run_at": "document_end",
"matches": [
"https://*.linkedin.com/*"
],
"js": [
"sc_content_linkedin.js"
],
"all_frames": true
},
{
"run_at": "document_start",
"matches": [
"http://localhost:4200/*",
"https://apps.gunify-dev.vonage.com/*",
"https://apps.gunify-dev.vocal-dev.com/*",
"https://apps.gunify-qa.vonage.com/*",
"https://apps.gunify-qa.vocal-qa.com/*",
"https://apps.gunify-qa7.vonage.com/*",
"https://apps.gunify-qa7.vocal-qa.com/*",
"https://apps.gunify-staging.vonage.com/*",
"https://apps.gunify-staging.vocal-qa.com/*",
"https://apps.gunify.vonage.com/*",
"https://extensions.gunify-dev.vonage.com/*",
"https://extensions.gunify-dev.vocal-dev.com/*",
"https://extensions.gunify-qa.vonage.com/*",
"https://extensions.gunify-qa.vocal-qa.com/*",
"https://extensions.gunify-qa7.vonage.com/*",
"https://extensions.gunify-qa7.vocal-qa.com/*",
"https://extensions.gunify-staging.vonage.com/*",
"https://extensions.gunify-staging.vocal-qa.com/*",
"https://extensions.gunify.vonage.com/*",
"https://integrate.vonage.com/*"
],
"js": [
"sc_msg_bridge.js"
]
}
],
"browser_action": {
"default_title": "__MSG_default_title__",
"default_icon": {
"20": "images/48.png",
"38": "images/64.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"main.html",
"activities.html",
"popup.html",
"settings.html",
"setup.html",
"call.html",
"images/c2d.png",
"images/80.png",
"images/answer.png",
"images/dismiss.png",
"images/vgis_windows.png"
],
"background": {
"page": "background.html",
"persistent": true
},
"icons": {
"19": "images/32.png",
"20": "images/48.png",
"38": "images/64.png",
"48": "images/64.png",
"128": "images/128.png"
},
"permissions": [
"contextMenus",
"storage",
"tabs",
"notifications",
"https://extensions.gunify.vonage.com/*"
],
"manifest_version": 2,
"options_ui": {
"chrome_style": true,
"page": "options_ui.html"
}
}