Totango Touchpoint Connect

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

O que é Totango Touchpoint Connect?

Totango Touchpoint Connect é uma extensão do Chrome desenvolvida por Totango, e sua principal característica é "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Totango Touchpoint Connect

Baixe arquivos de extensão Totango Touchpoint Connect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Totango Touchpoint Connect Totango Touchpoint Connect
ID omekflilffhmkkibiadbbhahdhmjdlkp
URL Oficial https://chromewebstore.google.com/detail/totango-touchpoint-connec/omekflilffhmkkibiadbbhahdhmjdlkp
Descrição Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango
Tamanho do Arquivo 1.71 MB
Contagem de Instalações 443
Versão Atual 1.0.1
Última Atualização 2023-12-13
Data de Publicação 2023-10-15
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Totango
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.totango.com/
URL da Página de Política de Privacidade https://www.totango.com/privacy-policy
Idiomas Suportados 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
}