Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IntelligenceBank Assets Connector",
"version": "1.7.61",
"description": "Get more approved content to market faster with the IntelligenceBank Assets Connector.",
"homepage_url": "https:\/\/www.intelligencebank.com",
"manifest_version": 3,
"permissions": [
"downloads",
"downloads.open",
"downloads.shelf",
"storage",
"sidePanel"
],
"host_permissions": [
"*:\/\/*.intelligencebank.com\/*",
"https:\/\/cdn.intelligencebank.com\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-76.png"
},
"default_title": "IntelligenceBank Assets Connector"
},
"side_panel": {
"default_path": "index.html?app=&mode=sidepanel"
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"96": "images\/icon-96.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:\/\/*; font-src 'self'; connect-src https:\/\/* wss:\/\/*; frame-src 'self';"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"debugger-plugin.min.js",
"pendo.debugger.min.js",
"pendo.preview.min.js",
"replay.worker.min.js",
"guide.css"
],
"use_dynamic_url": false
}
]
}