GetSales.io - Collect Leads & Export to CRM
GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
Wat is GetSales.io - Collect Leads & Export to CRM?
GetSales.io - Collect Leads & Export to CRM is een Chrome-extensie ontwikkeld door https://getsales.io, en de belangrijkste functie is "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".
Extensie Screenshots
Download het CRX-bestand van de extensie GetSales.io - Collect Leads & Export to CRM
Download GetSales.io - Collect Leads & Export to CRM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | idkdpobomaapfgbeeplpanlklbfgjifj |
| Officiële URL | https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj |
| Beschrijving | GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM |
| Bestandsgrootte | 303 KB |
| Aantal Installaties | 559 |
| Huidige Versie | 2.0.25 |
| Laatst Bijgewerkt | 2024-02-12 |
| Publicatiedatum | 2020-12-30 |
| Beoordeling | 4.97/5 Totaal 29 Beoordelingen |
| Ontwikkelaar | https://getsales.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://getsales.io |
| Help Pagina-URL | https://help.getsales.io/ |
| URL van de Privacybeleid Pagina | https://getsales.io/privacy |
| Ondersteunde Talen | 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",
" | |