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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Totango และคุณลักษณะหลักของมันคือ "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Totango Touchpoint Connect
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } |