Tenfold Chrome Extension

Tenfold Chrome Extension

Tenfold Chrome Extension란 무엇입니까?

Tenfold Chrome Extension은(는) Tenfold에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tenfold Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tenfold Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tenfold integrates enterprise CRMs and phone systems enabling contact center agents to better serve their customers via a robust agent UI. The Tenfold Chrome Extension is the agent facing portion of the Tenfold solution. The Tenfold Chrome Extension interacts with Tenfold Cloud and Google Firebase to provide functionality to it's end users including:  

 - Identify callers via the Tenfold UI by leveraging the contact center CRM as the system of record. Tenfold searches the CRM automatically using the phone number of the caller and presents the results to the agent.

 - Capture notes about the interaction and save them to the CRM using the notepad in the Tenfold UI. This call data is available in Tenfold's dashboard and the CRM so that agents and supervisors can view analytics.

 - Create and update cases or opportunities the contact center has associated with the caller.

 - Click to dial phone numbers within the CRM and on any website in the Chrome browser using the build in phone number parser in the Tenfold UI.  Additionally, the Tenfold Local Presence feature enables agents to initiate outbound dials to their existing customers using localized pre-registered numbers across different area codes.

 - Launch online meetings with a single click from the Tenfold UI.

Tenfold is designed to integrate seamlessly with most enterprise CRMs and phone systems via out of the box API’s.                    

확장 프로그램 기본 정보

이름 Tenfold Chrome Extension Tenfold Chrome Extension
ID bhbjldpmfhkffdepkcalihjlgnljpeeh
공식 URL https://chromewebstore.google.com/detail/tenfold-chrome-extension/bhbjldpmfhkffdepkcalihjlgnljpeeh
설명 Tenfold Chrome Extension
파일 크기 4.97 MB
설치 횟수 1,928
현재 버전 5.21.0
최근 업데이트 2023-06-12
출시 날짜 2020-06-18
개발자 Tenfold
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tenfold.com
도움말 페이지 URL https://tenfold.com/support-center
개인정보 보호 정책 페이지 URL https://www.tenfold.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.21.0",
    "name": "Tenfold Chrome Extension",
    "short_name": " CE",
    "manifest_version": 3,
    "description": "Tenfold Chrome Extension",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Open Tenfold App",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "match_about_blank": true,
            "js": [
                "ctdContent.js"
            ],
            "css": [
                "ctdStyles.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static-assets",
                "\/index.html",
                "\/ctdInit.js",
                "\/fonts\/*.ttf",
                "\/fonts\/*.woff2",
                "\/fonts\/*.eot",
                "\/img\/*.svg",
                "\/img\/*.png",
                "\/imgs\/*.svg",
                "\/imgs\/*.png",
                "\/locale\/*.json",
                "\/parsers\/*.js",
                "\/sounds\/*.wav",
                "shared\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; media-src * ; connect-src ws:\/\/localhost:* http:\/\/127.0.0.1:* https:\/\/*.googleapis.com https:\/\/*.tenfold.com wss:\/\/*.tenfold.com https:\/\/*.firebaseio.com wss:\/\/*.firebaseio.com wss:\/\/*.ringcentral.com:8083; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' 'unsafe-inline' 'unsafe-eval' data: chrome-extension: https:\/\/tenfold-user-profile-pictures.s3.amazonaws.com https:\/\/*.cloudfront.net https:\/\/*.google.com; font-src 'self' data: https:\/\/*.gstatic.com; frame-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseio.com"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Toggle CE Content"
        }
    }
}