Teamgate Shuttle

Add accounts & contacts from LinkedIn searches to Teamgate easily.

Teamgate Shuttleとは何ですか?

Teamgate Shuttleはhttps://www.teamgate.comによって開発されたChromeの拡張機能で、その主な機能は「Add accounts & contacts from LinkedIn searches to Teamgate easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Teamgate Shuttle拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}