GetSales.io - Collect Leads & Export to CRM

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

Vad är GetSales.io - Collect Leads & Export to CRM?

GetSales.io - Collect Leads & Export to CRM är en Chrome-tillägg utvecklad av https://getsales.io, och dess huvudfunktion är "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GetSales.io - Collect Leads & Export to CRM-förlängningens CRX-fil

Ladda ner GetSales.io - Collect Leads & Export to CRM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn GetSales.io - Collect Leads & Export to CRM GetSales.io - Collect Leads & Export to CRM
ID idkdpobomaapfgbeeplpanlklbfgjifj
Officiell webbadress https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj
Beskrivning GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
Filstorlek 303 KB
Antal Installationer 559
Aktuell Version 2.0.25
Senast Uppdaterad 2024-02-12
Publiceringsdatum 2020-12-30
Betyg 4.97/5 Totalt 29 Betyg
Utvecklare https://getsales.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://getsales.io
Hjälpsida URL https://help.getsales.io/
URL till Sekretesspolicy Sidan https://getsales.io/privacy
Stödda Språk 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'"
}