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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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
}