Inspect and view changes in Salesloft Connect 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",
"permissions": [
"storage",
"unlimitedStorage",
"identity",
"tabs",
"scripting",
"webRequest",
"alarms",
"contextMenus",
"notifications",
"offscreen",
"idle",
"gcm",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https://salesloftzqpsn.dataplane.rudderstack.com/v1 https://salesloftszbti.dataplane.rudderstack.com/v1 https://*.bugsnag.com https://*.sentry.io https://*.salesloft-satellite-cdn.pages.dev 'self' wss://*.twilio.com https://*.twilio.com https://media.twiliocdn.com https://*.salesloft.com wss://*.salesloft.com https://*.qasalesloft.com wss://*.qasalesloft.com wss://*.devsalesloft.com https://*.devsalesloft.com https://salesloftzqpsn.dataplane.rudderstack.com https://salesloftszbti.dataplane.rudderstack.com http://127.0.0.1:8080 https://localhost.salesloft.com:9898 https://localhost.salesloft.com:9999 https://*.s3.amazonaws.com https://*.storage.googleapis.com; frame-src https://*.mypurecloud.com https://*.use2.us-gov-pure.cloud https://*.usw2.pure.cloud https://*.cac1.pure.cloud https://*.sae1.pure.cloud https://*.mypurecloud.de https://*.mypurecloud.ie https://*.euw2.pure.cloud https://*.aps1.pure.cloud https://*.apne2.pure.cloud https://*.mypurecloud.com.au https://*.mypurecloud.jp https://applications.zoom.us/; style-src 'self' 'unsafe-inline'; img-src https://cdn-sdr.salesloft.com;"
},
"web_accessible_resources": [
{
"resources": [
"worker-observer-frame.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"*.woff2"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"*.png",
"*.svg",
"*.json"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"pageWorld.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {},
"host_permissions": [
"*://*.dynamics.com/*",
"https://mail.google.com/*",
"*://*.googleusercontent.com/*",
"*://*.hubspot.com/*",
"*://*.force.com/*",
"*://*.salesforce.com/*",
"*://*.qasalesloft.com/*",
"*://*.salesloft.com/*",
"*://*.devsalesloft.com/*"
],
"content_scripts": [
{
"matches": [
"*://*.dynamics.com/*"
],
"js": [
"dynamics.bundle.js"
]
},
{
"matches": [
"*://mail.google.com/*"
],
"js": [
"gmail-sidebar.bundle.js"
]
},
{
"matches": [
"*://mail.google.com/*"
],
"js": [
"gmail.bundle.js"
]
},
{
"matches": [
"*://*.hubspot.com/*"
],
"js": [
"hubspot.bundle.js"
]
},
{
"matches": [
"*://*.calendar.google.com/calendar/*"
],
"css": [],
"js": [
"loft_calendar_events.bundle.js"
]
},
{
"matches": [
"*://*.lightning.force.com/*",
"*://*.my.salesforce.com/*"
],
"js": [
"salesforce.bundle.js"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "scout-block-rules",
"enabled": true,
"path": "files/scout-block-rules.json"
}
]
},
"options_page": "options.html",
"side_panel": {
"default_path": "sidepanel.html"
},
"externally_connectable": {
"matches": [
"https://app.salesloft.com/*",
"https://app.qasalesloft.com/*",
"https://localhost.qasalesloft.com/*",
"https://app.devsalesloft.com/*",
"*://localhost.salesloft.com/*",
"*://sdr.salesloft.com/*",
"*://sdr.qasalesloft.com/*",
"*://app.salesloft.com/*",
"*://deals.salesloft.com/*",
"*://*.qasalesloft.com/*",
"*://deals.devsalesloft.com/*"
]
},
"version": "1.6.4",
"minimum_chrome_version": "100",
"manifest_version": 3,
"icons": {
"48": "icons/SL-icon-48.png",
"128": "icons/SL-icon-128.png"
},
"name": "Salesloft Connect",
"short_name": "Salesloft",
"description": "Salesloft Connect enables users to more easily track communication and add people to workflows using their CRM and Gmail.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzIrO+mbFo2WkR84s4wqe1aCp4PaeOKO1bHgaIYSUOOD8VIG7fQEPHAP2X+7NvsG4hTzI5I5n1f6DK6J0ATAcfzWk5dF1hUQVIhoZz9tugUSd4sgcN+hU8DhU10pij/kHTlpRL2IFtoAAdhCTwZSfEqO/sF+nqoSF7jC99Sv1+ioHS1mD1+CJnMeLX0E5Kkgmyi8Uk1y7+gd3FvUaAGemtgoQJq0jpAaZKY8yE+JQAyRPXOrySKvG7WAZv/WppP2QoSofyPwbd0cBr8wVf+rdFIxmT0yQa/tpseB4ahLJQTR7ycW8D1XrVL/BfgiMeIIUgIdBPGA5HdevpdViZfmhuQIDAQAB",
"background": {
"service_worker": "background_worker.bundle.js"
}
}