Teamgate Shuttle

Add accounts & contacts from LinkedIn searches to Teamgate easily.

Τι είναι το Teamgate Shuttle;

Το Teamgate Shuttle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.teamgate.com, και η κύρια λειτουργία του είναι "Add accounts & contacts from LinkedIn searches to Teamgate easily.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Teamgate Shuttle

Λήψη αρχείων επέκτασης Teamgate Shuttle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Teamgate Shuttle Teamgate Shuttle
ID bmfdbienklancpahjiadlnpnhedipnok
Επίσημο URL https://chromewebstore.google.com/detail/teamgate-shuttle/bmfdbienklancpahjiadlnpnhedipnok
Περιγραφή Add accounts & contacts from LinkedIn searches to Teamgate easily.
Μέγεθος Αρχείου 330 KB
Αριθμός Εγκαταστάσεων 161
Τρέχουσα Έκδοση 1.3.7
Τελευταία Ενημέρωση 2020-01-16
Ημερομηνία Δημοσίευσης 2020-01-16
Αξιολόγηση 4.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.teamgate.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.teamgate.com/integrations/linkedin-integration/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.teamgate.com/hc/en-us/articles/214243585-Teamgate-LinkedIn-Shuttle
URL της Σελίδας Πολιτικής Απορρήτου https://www.teamgate.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}