Totango Touchpoint Connect
Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango
Totango Touchpoint Connectとは何ですか?
Totango Touchpoint ConnectはTotangoによって開発されたChromeの拡張機能で、その主な機能は「Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango」です。
拡張機能のスクリーンショット
Totango Touchpoint Connect拡張機能のCRXファイルをダウンロード
Totango Touchpoint Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using Touchpoint Connect increases productivity and improves cross-functional visibility into customer communication by allowing users to:
- Expand a drawer UI that has a “log to timeline” checkbox
- Search for accounts
- Select accounts and associated contact
- Add selected accounts and contact information to the emails distribution list
- Record a copy of the email in the Totango platform for that account
To use Totango Touchpoint Connect, you need a valid Totango account. 拡張機能の基本情報
| 名前 | |
| ID | omekflilffhmkkibiadbbhahdhmjdlkp |
| 公式URL | https://chromewebstore.google.com/detail/totango-touchpoint-connec/omekflilffhmkkibiadbbhahdhmjdlkp |
| 説明 | Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango |
| ファイルサイズ | 1.71 MB |
| インストール数 | 443 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-12-13 |
| 公開日 | 2023-10-15 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Totango |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.totango.com/ |
| プライバシーポリシーページのURL | https://www.totango.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Totango Touchpoint Connect",
"description": "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/Totango_Logo_RGB_Icon_64px.png",
"128": "icons\/Totango_Logo_RGB_Icon_128px.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/mail.google.com\/"
],
"manifest_version": 3
} | |