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": "Precontact Tool", "version": "1.2.27", "description": "Find the contact details for the current LI profile", "permissions": [ "declarativeNetRequest", "declarativeContent", "storage" ], "background": { "service_worker": "service_worker.js" }, "icons": { "16": "assets\/images\/default-icon.png", "32": "assets\/images\/default-icon.png", "48": "assets\/images\/default-icon.png", "128": "assets\/images\/default-icon.png" }, "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/default-icon.png", "32": "assets\/images\/default-icon.png", "48": "assets\/images\/default-icon.png", "128": "assets\/images\/default-icon.png" } }, "content_security_policy": [], "host_permissions": [ "https:\/\/api.recruitment-tools.com\/*", "https:\/\/api.recruitment-tools.local\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/linkedin.com\/*", "https:\/\/*.github.com\/*", "https:\/\/github.com\/*", "https:\/\/*.xing.com\/*", "https:\/\/xing.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/facebook.com\/*" ] }