Teamgate Shuttle

Add accounts & contacts from LinkedIn searches to Teamgate easily.

Teamgate Shuttle क्या है?

Teamgate Shuttle https://www.teamgate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add accounts & contacts from LinkedIn searches to Teamgate easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teamgate Shuttle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}