Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "6.1.3", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/*.aeroleads.com\/*", "http:\/\/*.aeroleads.com\/*", "https:\/\/*.linkedin.com\/*", "http:\/\/*.linkedin.com\/*", "https:\/\/*.crunchbase.com\/*", "http:\/\/*.crunchbase.com\/*", "https:\/\/*.angel.co\/*", "http:\/\/*.angel.co\/*", "https:\/\/*.xing.com\/*", "http:\/\/*.xing.com\/*" ], "permissions": [ "windows", "storage", "scripting", "tabs", "activeTab", "system.display" ], "background": { "service_worker": "background.iife.js", "type": "module" }, "action": { "default_title": "Aeroleads" }, "icons": { "128": "icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }