Totango Touchpoint Connect

Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango

Qu'est-ce que Totango Touchpoint Connect ?

Totango Touchpoint Connect est une extension Chrome développée par Totango, et sa fonction principale est "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Totango Touchpoint Connect

Téléchargez les fichiers d'extension Totango Touchpoint Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Totango Touchpoint Connect Totango Touchpoint Connect
ID omekflilffhmkkibiadbbhahdhmjdlkp
URL Officiel 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
Taille du Fichier 1.71 MB
Nombre d'Installations 443
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-12-13
Date de Publication 2023-10-15
Évaluation 3.67/5 Total 3 Évaluations
Développeur Totango
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.totango.com/
URL de la Page de Politique de Confidentialité https://www.totango.com/privacy-policy
Langues Prises en Charge 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
}