Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiAZ7uZfatF+6GeUrQNTqbgiWXiuNIvRl5+HGzGMLetXYT3WVmgwDtehrRJg5Z+PIDYf2QEiqhUQR9qVf+jgGHzZnorwGQIFcILoqXd5KNgFGjIgLzisgRA+oYHyDlFamhx7hxc0nWtguI1Mfh2YKuh0bckdsviT\/g8f7vDrfsJWRCxKtdogy4\/bpW60tV+gLDKKHvQo\/vyO1+8vHInzDl\/PF5vZLqGWm6U1BLFJOr9NAdMn\/HoWkEDij\/mL665t7ezEsm+pXH7EsxjKB7opight\/B0zF5\/IgndW+af9\/Dwqgpqzw28tdfNgesWV+l+xgO\/fd++2jflj15+iHyfRdxQIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sendspark Video and Screen Recorder",
"version": "2.1.3",
"manifest_version": 3,
"description": "Record and share professional-looking videos for business",
"action": {
"default_icon": "assets\/production\/icon-default-128.png"
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/ssoven341-d3vz.com\/teleprompter",
"https:\/\/sendspark.com\/teleprompter"
],
"css": [],
"js": [
"content.js",
"onboardingFlow.js",
"floatingButton.js"
]
},
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"gmail.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/app.intercom.com\/*"
],
"js": [
"intercom.js"
]
},
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"linkedIn.js"
]
},
{
"matches": [
"https:\/\/*.zendesk.com\/agent\/*"
],
"js": [
"zendesk.js"
]
},
{
"matches": [
"https:\/\/app.hubspot.com\/*"
],
"js": [
"hubspot.js"
]
},
{
"matches": [
"https:\/\/*.outreach.io\/*"
],
"js": [
"outreach.js"
]
},
{
"matches": [
"https:\/\/app.close.com\/*"
],
"js": [
"closeio.js"
]
},
{
"matches": [
"https:\/\/*.lightning.force.com\/*"
],
"js": [
"salesforce.js"
]
},
{
"matches": [
"https:\/\/app.saleshandy.com\/*",
"https:\/\/my.saleshandy.com\/*"
],
"js": [
"saleshandy.js"
]
},
{
"matches": [
"https:\/\/app.bridgersystem.com\/*"
],
"js": [
"bridger.js"
]
},
{
"matches": [
"https:\/\/app.zoominfo.com\/*"
],
"js": [
"zoominfo.js"
]
},
{
"matches": [
"https:\/\/*.sendspark.com\/share\/*",
"https:\/\/sendspark.com\/share\/*",
"*:\/\/*\/share\/*"
],
"js": [
"shareUserData.js"
]
}
],
"background": {
"service_worker": "event.js",
"type": "module",
"matches": [
"*:\/\/*\/*"
]
},
"permissions": [
"cookies",
"tabs",
"notifications",
"storage",
"scripting",
"desktopCapture",
"tabCapture",
"offscreen",
"file:\/\/\/*",
"windows"
],
"host_permissions": [
"*:\/\/*\/*",
"https:\/\/mail.google.com\/",
"https:\/\/*.sentry.io\/",
"file:\/\/\/*"
],
"web_accessible_resources": [
{
"resources": [
"usermedia.html",
"usermediaonboarding.html",
"camera.html",
"cameraonly.html",
"videopreview.html",
"trimvideopreview.html",
"initializecamera.html",
"offscreen_document.html",
"soundwaveline.html",
"pageWorld.js",
"assets\/*.png",
"assets\/*.svg",
"assets\/*.gif",
"assets\/*.wasm",
"assets\/*.bin",
"assets\/*.deepar",
"*.webm",
"*.map",
"assets\/fonts\/circularXXWeb\/*.woff2",
"assets\/fonts\/lexend\/*.ttf"
],
"matches": [
"*:\/\/*\/*",
"<all_urls>",
"https:\/\/mail.google.com\/*"
],
"extension_ids": [
"*"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:*\/*",
"http:\/\/stg341.localhost:*\/*",
"*:\/\/stg341.sendspark.com\/*",
"*:\/\/app.sendspark.com\/*",
"*:\/\/sendspark.com\/*",
"*:\/\/mail.google.com\/*",
"*:\/\/inbox.google.com\/*",
"*:\/\/ssoven341-d3vz.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}