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",
"description": "LinkedIn Automation Software",
"version": "1.4.4",
"manifest_version": 3,
"name": "EZ Pipeline",
"options_page": "options.html",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg3Md6cTq\/JHHfbpOnEleC32hFGMYzXZGONl18EACXQjIHHqfsufSLHUlu2d6xDlGRmtJQTW5Yr1qy9egwo+m7lK8DP+XsspubwFMOl7AZxacRhpZXsFt009BduAa7EO+VjlFKohB6AlQxjK26Qg9OoDgDiDIoRRBQX1zWhNTb7bmZs7NDtDmpsboVaWXHvmvLLsBebVLILms9EMXBaRZX7QKedO1dtB6o4YRx6Yr5Mdodg4va8OOIi7fN9jhgdK\/KlpUYe3NlzeRYwqnVWkcmE73h7qGGb7pcfij6klY2Y+ZkzQGfe1t2fmeV7KHx3FkhxwGKAWkOq07axxvjhZrhwIDAQAB",
"background": {
"service_worker": "background.bundle.js"
},
"action": [],
"icons": {
"128": "icon-128.png"
},
"permissions": [
"background",
"storage",
"cookies",
"scripting",
"alarms",
"webRequest"
],
"host_permissions": [
"*:\/\/*.linkedin.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"exclude_matches": [
"*:\/\/*.linkedin.com\/messaging\/"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.linkedin.com\/messaging\/*?ezp=1"
],
"js": [
"linkedInOverlayScript.bundle.js",
"linkedInContentScript.bundle.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*.linkedin.com\/sales\/inbox\/*?ezp=2"
],
"js": [
"salesNavigatorContentScript.bundle.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.linkedin.com\/*?*ezp=query*"
],
"js": [
"linkedInAdditionalContentScript.bundle.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*.linkedin.com\/*"
]
}
]
}