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은(는) Totango에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Without leaving Gmail, users can search for accounts, select contacts, and automatically log the email as a touchpoint in Totango"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Totango Touchpoint Connect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}