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",
"name": "Link Company Page Interactor",
"version": "1.2.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"background": {
"service_worker": "js\/sw.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/linkedin.com\/*",
"https:\/\/www.linkedin.com\/*"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
]
}
],
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}