upcell
Experience the fastest prospecting in existence.
What is upcell?
upcell is a Chrome extension developed by https://www.upcell.io, and its main feature is "Experience the fastest prospecting in existence.".
Extension Screenshots
Download upcell Extension CRX File
Download upcell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Devoted to providing the very best mobile phone database. Refocus on what powers successful outreach – accurate contact info. Ensure your team never hits a dead end when prospecting by equipping them with Iterative Enrichment - a constant stream of data.
Extension Basic Information
Name | upcell |
ID | jibnhgkinaiblapbfjeddmalaecacihb |
Official URL | https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb |
Description | Experience the fastest prospecting in existence. |
File Size | 522 KB |
Installation Count | 107 |
Current Version | 1.8 |
Last Updated | 2024-01-29 |
Publish Date | 2023-11-03 |
Rating | 5.00/5 Total 10 Ratings |
Developer | https://www.upcell.io |
[email protected] | |
Payment Type | free |
Extension Website | https://upcell.io |
Help Page URL | https://upcell.io |
Privacy Policy Page URL | https://www.upcell.io/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "upcell", "description": "Experience the fastest prospecting in existence.", "version": "1.8", "background": { "service_worker": "pages\/Background\/index.js" }, "permissions": [ "tabs", "storage", "cookies", "webRequest", "notifications" ], "host_permissions": [ "https:\/\/*.linkedin.com\/feed*", "https:\/\/*.linkedin.com\/in\/*", "https:\/\/*.linkedin.com\/search*", "https:\/\/*.linkedin.com\/sales*", "https:\/\/app.upcell.io\/*", "https:\/\/upcell-local.com\/*" ], "icons": { "128": "Chrome_Extension-icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/feed*", "https:\/\/*.linkedin.com\/in\/*", "https:\/\/*.linkedin.com\/search*", "https:\/\/*.linkedin.com\/sales*" ], "js": [ "pages\/Content\/index.js" ], "css": [ "style.css" ] }, { "matches": [ "https:\/\/*.linkedin.com\/feed*", "https:\/\/*.linkedin.com\/in\/*", "https:\/\/*.linkedin.com\/search*", "https:\/\/*.linkedin.com\/sales*" ], "js": [ "pages\/Content\/script.js" ] } ], "commands": { "export-lead": { "suggested_key": { "default": "Alt+X" }, "description": "Export a lead" }, "export-contact": { "suggested_key": { "default": "Alt+C" }, "description": "Export a contact" } }, "web_accessible_resources": [ { "resources": [ "blurred-content.png", "content.styles.css", "upcell-logo.svg", "upcell-logo-login.svg", "**\/*.png", "**\/*.svg", "fonts\/**\/*.ttf", "inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |