Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 13, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ZapIn - Automate Your LinkedIn Engagement",
"description": "ZapIn helps sales teams and founders respond first to high-value LinkedIn content, triggering comments, alerts, and workflows.",
"version": "0.0.6",
"author": "getzapin.com",
"homepage_url": "https:\/\/getzapin.com",
"short_name": "Zapin - ZapIn helps sales teams and founders respond first to high-value LinkedIn content\u2014automatically triggering comments, alerts, and workflows when your prospects post.",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_title": "ZapIn"
},
"icons": {
"16": "zapin_icon.png",
"48": "zapin_icon.png",
"128": "zapin_icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.linkedin.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/app.getzapin.com\/*",
"*:\/\/getzapin.com\/*"
],
"run_at": "document_idle",
"js": [
"jquery.min.js",
"src\/pages\/content\/index.js",
"webcomponents-bundle.js"
],
"css": [
"assets\/css\/Style.chunk.css",
"style.css"
]
}
],
"permissions": [
"offscreen",
"alarms",
"notifications",
"storage",
"tabs",
"cookies",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequest",
"activeTab"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_schedule_post",
"enabled": true,
"path": "rules.json"
}
]
},
"optional_permissions": [],
"host_permissions": [
"*:\/\/www.linkedin.com\/*",
"https:\/\/realtime.www.linkedin.com\/*",
"https:\/\/app.getzapin.com\/*",
"https:\/\/getzapin.com\/*",
"https:\/\/app.getzapin.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"assets\/js\/*",
"assets\/css\/*",
"assets\/*",
"assets\/images\/*",
"assets\/icons\/*",
"css\/*",
"icon16.png",
"icon128.png",
"icon48.png",
"zapin_icon.png",
"webcomponents-bundle.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*\/*"
]
},
"default_locale": "en"
}