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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Totango Touchpoint Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Totango Touchpoint Connect |
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 |
ईमेल | [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 } |