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": "Eva", "description": "Lead Generation Assistant", "version": "2.4.0", "manifest_version": 3, "homepage_url": "https:\/\/app.evaboot.com\/", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/app.evaboot.com\/*", "https:\/\/www.linkedin.com\/premium\/products\/*" ], "run_at": "document_end" } ], "action": [], "host_permissions": [ "https:\/\/www.linkedin.com\/*", "https:\/\/app.evaboot.com\/*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:*\/*", "http:\/\/127.0.0.1:*\/*", "https:\/\/app.evaboot.com\/*", "https:\/\/www.linkedin.com\/*" ] }, "permissions": [ "storage", "activeTab", "cookies" ], "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } }