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", "manifest_version": 3, "name": "LinkedIn Integration for Copper CRM", "description": "Sync LinkedIn contacts to Copper CRM with 1 click. Save 4hrs \/ week doing CRM data entry.", "version": "2.5.6", "icons": { "16": "src\/img\/icon.png", "48": "src\/img\/icon.png", "128": "src\/img\/icon.png" }, "action": { "default_title": "LinkedIn Integration for Copper CRM", "default_popup": "src\/html\/welcome.html" }, "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.licdn.com\/*", "http:\/\/localhost:8080\/*", "http:\/\/localhost:3000\/*", "https:\/\/app.crminputs.io\/*", "https:\/\/api.crminputs.io\/*" ], "permissions": [ "storage", "tabs" ], "background": { "service_worker": "src\/js\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/configs\/*", "src\/html\/*", "src\/css\/*", "src\/img\/*", "src\/js\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "src\/js\/lib\/jquery.min.js", "src\/js\/utils.js", "src\/js\/config.js", "src\/js\/router.js", "src\/js\/content-scripts\/common.js", "src\/js\/content-scripts\/scrape.js", "src\/js\/content-scripts\/buttons.js", "src\/js\/content-scripts\/profile.js", "src\/js\/content-scripts\/search.js", "src\/js\/content-scripts\/modals\/onboarding.js", "src\/js\/content-scripts\/modals\/add-contact.js", "src\/js\/content-scripts\/modals\/video.js", "src\/js\/content-scripts\/modals\/upgrade.js", "src\/js\/content-scripts\/modals\/missing-api-key.js", "src\/js\/content-scripts\/modals\/missing-connection.js", "src\/js\/content-scripts\/modals\/api-keys-added.js", "src\/js\/content-scripts\/modals\/notification.js", "src\/js\/content-scripts\/modals\/welcome.js" ], "run_at": "document_idle", "css": [ "src\/css\/modals.css" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com" }, "author": { "name": "CRM Inputs", "email": "[email protected]", "url": "https:\/\/crminputs.com" } }