GetSales.io - Collect Leads & Export to CRM
GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
Hvad er GetSales.io - Collect Leads & Export to CRM?
GetSales.io - Collect Leads & Export to CRM er en Chrome-udvidelse udviklet af https://getsales.io, og dens hovedfunktion er "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".
Udvidelsesskærmbilleder
Download GetSales.io - Collect Leads & Export to CRM-udvidelses-CRX-fil
Download GetSales.io - Collect Leads & Export to CRM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GetSales.io - Collect Leads & Export to CRM |
ID | idkdpobomaapfgbeeplpanlklbfgjifj |
Officiel URL | https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj |
Beskrivelse | GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM |
Filstørrelse | 303 KB |
Antal Installationer | 559 |
Nuværende Version | 2.0.25 |
Senest Opdateret | 2024-02-12 |
Udgivelsesdato | 2020-12-30 |
Bedømmelse | 4.97/5 Samlet 29 Bedømmelser |
Udvikler | https://getsales.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://getsales.io |
Hjælpeside-URL | https://help.getsales.io/ |
URL til Fortrolighedspolitik Side | https://getsales.io/privacy |
Understøttede Sprog | 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", " |