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": "EasyBroker Assistant", "description": "Synchronize leads from other platforms to your EasyBroker account", "version": "3.9.8", "action": { "default_popup": "popup\/index.html", "default_icon": "images\/icon.png" }, "permissions": [ "alarms", "cookies", "storage", "notifications", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/www.inmuebles24.com\/*", "https:\/\/www.easybroker.com\/*", "https:\/\/api.easybroker.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.easybroker.com\/*" ], "js": [ "easyBrokerContent.js" ] } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "http_to_https_redirect", "enabled": true, "path": "rules\/http_to_https_redirect.json" }, { "id": "inmuebles24_headers", "enabled": true, "path": "rules\/inmuebles24_headers.json" } ] }, "minimum_chrome_version": "92" }