Totango Touchpoint Connect
Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango
Cos'è Totango Touchpoint Connect?
Totango Touchpoint Connect è un'estensione di Chrome sviluppata da Totango, e la sua funzione principale è "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Totango Touchpoint Connect
Scarica i file di estensione Totango Touchpoint Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | omekflilffhmkkibiadbbhahdhmjdlkp |
| URL Ufficiale | https://chromewebstore.google.com/detail/totango-touchpoint-connec/omekflilffhmkkibiadbbhahdhmjdlkp |
| Descrizione | Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango |
| Dimensione del File | 1.71 MB |
| Conteggio Installazioni | 443 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-12-13 |
| Data di Pubblicazione | 2023-10-15 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Totango |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.totango.com/ |
| URL della Pagina della Politica sulla Privacy | https://www.totango.com/privacy-policy |
| Lingue Supportate | 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
} | |