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": "LinkedIn Helper", "version": "1.1.5", "manifest_version": 3, "description": "LinkedIn Helper", "action": { "default_popup": "popup.html" }, "icons": { "128": "Logos.png" }, "permissions": [ "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "background": { "service_worker": "background.js" } }