GetSales.io - Collect Leads & Export to CRM
GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
What is GetSales.io - Collect Leads & Export to CRM?
GetSales.io - Collect Leads & Export to CRM is a Chrome extension developed by https://getsales.io, and its main feature is "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".
Extension Screenshots
Download GetSales.io - Collect Leads & Export to CRM Extension CRX File
Download GetSales.io - Collect Leads & Export to CRM 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
GetSales.io is an Ai-Powered Sales Engagement Platform with Account-Based Approach and 1-to-1 Personalization. This Chrome Extension helps you to collect Contacts and Companies from LinkedIn in one click, find Emails and Phones and export to your CRM.
Extension Basic Information
Name | GetSales.io - Collect Leads & Export to CRM |
ID | idkdpobomaapfgbeeplpanlklbfgjifj |
Official URL | https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj |
Description | GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM |
File Size | 303 KB |
Installation Count | 559 |
Current Version | 2.0.25 |
Last Updated | 2024-02-12 |
Publish Date | 2020-12-30 |
Rating | 4.97/5 Total 29 Ratings |
Developer | https://getsales.io |
[email protected] | |
Payment Type | free |
Extension Website | https://getsales.io |
Help Page URL | https://help.getsales.io/ |
Privacy Policy Page URL | https://getsales.io/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetSales.io - Collect Leads & Export to CRM", "version": "2.0.25", "description": "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM", "icons": { "128": "assets\/logo.png" }, "browser_action": [], "background": { "scripts": [ "background\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content\/content.js" ] }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "run_at": "document_start", "js": [ "preContent\/preContent.js" ] }, { "matches": [ "https:\/\/gs.dev\/*", "https:\/\/*.getsales.io\/*" ], "js": [ "uiContent\/uiContent.js" ] } ], "permissions": [ "cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "proxy", " |