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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |