Totango Touchpoint Connect
Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango
What is Totango Touchpoint Connect?
Totango Touchpoint Connect is a Chrome extension developed by Totango, and its main feature is "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango".
Extension Screenshots
Download Totango Touchpoint Connect Extension CRX File
Download Totango Touchpoint Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Totango Touchpoint Connect |
ID | omekflilffhmkkibiadbbhahdhmjdlkp |
Official URL | https://chromewebstore.google.com/detail/totango-touchpoint-connec/omekflilffhmkkibiadbbhahdhmjdlkp |
Description | Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango |
File Size | 1.71 MB |
Installation Count | 443 |
Current Version | 1.0.1 |
Last Updated | 2023-12-13 |
Publish Date | 2023-10-15 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Totango |
[email protected] | |
Payment Type | free |
Extension Website | https://www.totango.com/ |
Privacy Policy Page URL | https://www.totango.com/privacy-policy |
Supported Languages | 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 } |