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": "CRM, Phone Number & Email Finder for LinkedIn",
"version": "6.1.0",
"manifest_version": 3,
"description": "Search, tag, find, and recall every email, phone number, and connection \u2013 solo or as a team.",
"homepage_url": "https:\/\/leaddelta.com\/",
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/128x128.png",
"default_title": "LeadDelta",
"default_popup": "src\/page_action\/page_action.html"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "src\/declarative_net_request_rules.json"
}
]
},
"permissions": [
"cookies",
"storage",
"identity",
"activeTab",
"contextMenus",
"webRequest",
"declarativeNetRequest",
"alarms"
],
"host_permissions": [
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.leaddelta.com\/*",
"https:\/\/api.leaddelta.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.linkedin.com\/*",
"*:\/\/*\/*"
],
"js": [
"src\/inject\/index.js",
"src\/inject\/other.js"
],
"all_frames": false,
"run_at": "document_end"
}
],
"web_accessible_resources": [],
"externally_connectable": {
"matches": [
"https:\/\/*.leaddelta.com\/*"
]
},
"incognito": "not_allowed",
"oauth2": {
"client_id": "523347845712-irgth9vpg5kjc31edv2rthugn8cploro.apps.googleusercontent.com",
"scopes": [
"email"
]
}
}