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.”。
扩展截图
下载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 |
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" ] } |