Reachdesk
Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…
Reachdesk란 무엇입니까?
Reachdesk은(는) https://reachdesk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…"입니다.
확장 프로그램 스크린샷
Reachdesk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to match your company's style. Reachdesk will automatically connect with your CRM leads and contacts, and track all activities back.
확장 프로그램 기본 정보
이름 | Reachdesk |
ID | hdckbmdejcmfjjklcjmkdncblfjhfnke |
공식 URL | https://chromewebstore.google.com/detail/reachdesk/hdckbmdejcmfjjklcjmkdncblfjhfnke |
설명 | Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to… |
파일 크기 | 1.79 MB |
설치 횟수 | 4,137 |
현재 버전 | 2.3.10 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2019-12-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://reachdesk.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.reachdesk.com |
개인정보 보호 정책 페이지 URL | https://reachdesk.com/policy-center |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reachdesk", "version": "2.3.10", "action": { "default_icon": { "48": "images\/logo-white-bg-48.png", "96": "images\/logo-white-bg-96.png" }, "default_title": "Reachdesk", "default_popup": "popup.html" }, "permissions": [ "activeTab", "notifications" ], "host_permissions": [ "https:\/\/app.reachdesk.com\/", "https:\/\/mail.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/app.reachdesk.com\/*" ], "css": [], "js": [ "dist\/presence.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.lightning.force.com\/*" ], "css": [ "dist\/salesforce.css", "popup.css" ], "js": [ "dist\/salesforce.js" ] }, { "matches": [ "https:\/\/app2a.outreach.io\/*" ], "js": [ "dist\/outreach.js" ] }, { "matches": [ "https:\/\/app.salesloft.com\/*" ], "js": [ "dist\/salesloft.js" ] }, { "matches": [ "https:\/\/app.hubspot.com\/*" ], "js": [ "dist\/hubspot.js" ] }, { "matches": [ "https:\/\/*.pardot.com\/*" ], "js": [ "dist\/pardot.js" ] }, { "matches": [ "https:\/\/*.eloqua.com\/*" ], "js": [ "dist\/eloqua.js" ] }, { "matches": [ "https:\/\/*.dynamics.com\/*" ], "js": [ "dist\/dynamics.js" ] }, { "matches": [ "https:\/\/*.marketo.com\/*" ], "exclude_matches": [ "https:\/\/www.marketo.com\/*" ], "js": [ "dist\/marketo.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "dist\/gmail.css", "popup.css" ], "js": [ "dist\/gmail.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.lightning.force.com\/*", "https:\/\/mail.google.com\/*" ], "resources": [ "dist\/images\/*", "pageWorld.js" ] } ], "background": { "service_worker": "dist\/authBackground.js" } } |