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", "manifest_version": 3, "name": "ZoomInfo Chrome Extension", "version": "11.28.0", "description": "Access ZoomInfo's best-in-class contact and company data on any website using our Chrome Extension. Free for ZoomInfo customers.", "action": { "default_icon": "assets\/image\/16x16.png" }, "icons": { "16": "assets\/image\/16x16.png", "32": "assets\/image\/32x32.png", "48": "assets\/image\/48x48.png", "128": "assets\/image\/128x128.png" }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "permissions": [ "tabs", "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "https:\/\/www.google.com\/_\/chrome\/newtab*" ], "web_accessible_resources": [ { "resources": [ "assets\/*", "index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_globs": [ "*-dev.zoominfo.com*", "*-staging.zoominfo.com*", "*-regression.zoominfo.com*", "*app.zoominfo.com*", "*apps.zoominfo.com*", "*admin.zoominfo.com*", "*-preprod.zoominfo.com*", "*-pre-prd.zoominfo.com*", "*login.zoominfo.com*", "*zi-lite.zoominfo.com*", "*zi-lite-pre-prd.zoominfo.com*", "*zi-lite-regression.zoominfo.com*", "*zi-lite-dev.zoominfo.com*", "*essentials.zoominfo.com*", "*gtm-studio.zoominfo.com*", "*:\/\/saleshub-stg.zoominfo.com\/*", "*:\/\/saleshub-dev.zoominfo.com\/*", "*:\/\/saleshub-regression.zoominfo.com\/*", "*:\/\/saleshub-preprod.zoominfo.com\/*", "*:\/\/saleshub-pre-prod.zoominfo.com\/*", "*:\/\/saleshub.zoominfo.com\/*" ], "js": [ "index.bundle.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.zoominfo.com\/*", "*:\/\/*.chorus.ai\/*" ] }, "commands": { "toggle-extension": { "suggested_key": { "default": "Ctrl+J", "mac": "Command+J" }, "description": "Open the ZoomInfo Chrome Extension" } } }