GetSales.io - Collect Leads & Export to CRM

GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM

Was ist GetSales.io - Collect Leads & Export to CRM?

GetSales.io - Collect Leads & Export to CRM ist eine Chrome-Erweiterung, die von https://getsales.io entwickelt wurde, und ihr Hauptmerkmal ist "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".

Erweiterungsscreenshots

screenshot
screenshot

GetSales.io - Collect Leads & Export to CRM-Erweiterungs-CRX-Datei herunterladen

Laden Sie GetSales.io - Collect Leads & Export to CRM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GetSales.io - Collect Leads & Export to CRM GetSales.io - Collect Leads & Export to CRM
ID idkdpobomaapfgbeeplpanlklbfgjifj
Offizielle URL https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj
Beschreibung GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
Dateigröße 303 KB
Installationsanzahl 559
Aktuelle Version 2.0.25
Letztes Update 2024-02-12
Veröffentlichungsdatum 2020-12-30
Bewertung 4.97/5 Insgesamt 29 Bewertungen
Entwickler https://getsales.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getsales.io
Hilfeseite URL https://help.getsales.io/
URL der Datenschutzrichtlinien-Seite https://getsales.io/privacy
Unterstützte Sprachen 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",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}