Teamgate Shuttle

Add accounts & contacts from LinkedIn searches to Teamgate easily.

Cos'è Teamgate Shuttle?

Teamgate Shuttle è un'estensione di Chrome sviluppata da https://www.teamgate.com, e la sua funzione principale è "Add accounts & contacts from LinkedIn searches to Teamgate easily.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Teamgate Shuttle

Scarica i file di estensione Teamgate Shuttle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Teamgate Shuttle does the annoying work that each Sales Manager hates the most: DATA ENTRY. 
This extension automatically absorbs data from any LinkedIn profile, and gathers the contact’s Name, Position, Photo, Company, Email Address, and even phone number (if available); it transfers the contact information to your Teamgate CRM account in just a click. 
The completion level of the fields is indicated by the percentage shown on the extension.  
 
Remove one of the most time-consuming processes in the CRM! Start engaging in smart Lead-hunting with Teamgate Shuttle.                    

Informazioni di Base sull'Estensione

Nome Teamgate Shuttle Teamgate Shuttle
ID bmfdbienklancpahjiadlnpnhedipnok
URL Ufficiale https://chromewebstore.google.com/detail/teamgate-shuttle/bmfdbienklancpahjiadlnpnhedipnok
Descrizione Add accounts & contacts from LinkedIn searches to Teamgate easily.
Dimensione del File 330 KB
Conteggio Installazioni 161
Versione Corrente 1.3.7
Ultimo Aggiornamento 2020-01-16
Data di Pubblicazione 2020-01-16
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore https://www.teamgate.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.teamgate.com/integrations/linkedin-integration/
URL della Pagina di Aiuto https://support.teamgate.com/hc/en-us/articles/214243585-Teamgate-LinkedIn-Shuttle
URL della Pagina della Politica sulla Privacy https://www.teamgate.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamgate Shuttle",
    "version": "1.3.7",
    "manifest_version": 2,
    "short_name": "teamgateshuttle",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/www.teamgate.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/disabledicon19.png",
        "default_title": "Teamgate Shuttle"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/backend.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/api.teamgate.com\/ws\/",
        "https:\/\/my.teamgate.com\/*",
        "https:\/\/*.linkedin.com\/company\/*",
        "http:\/\/*.linkedin.com\/company\/*",
        "https:\/\/*.linkedin.com\/in\/*",
        "http:\/\/*.linkedin.com\/in\/*",
        "https:\/\/*.linkedin.com\/pub\/*",
        "http:\/\/*.linkedin.com\/pub\/*",
        "storage",
        "tabs",
        "notifications"
    ]
}