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ファイルをダウンロード
Reachdesk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |