Insellerate Click2Call

Insellerate/Ytel Contact Center - Click2Call extension for Chrome.

Insellerate Click2Call란 무엇입니까?

Insellerate Click2Call은(는) Ytel, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Insellerate/Ytel Contact Center - Click2Call extension for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Insellerate Click2Call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a click to call extension for the Insellerate version of Ytel’s Cloud Contact Center agents. This extension will allow agents to click on any phone number displayed as text in the browser, and will launch a call to that number in X5. Upon clicking the number, the Agent interface tab will be moved to the forefront and the call automatically initiated.

- Once the plugin is installed, the Settings page will open and the customer will be prompted for their credentials.

- The extension puts a button on the browser toolbar for quick configuration, when clicked it opens the Settings page.

- When the extension is active and live, the icon will be blue. When inactive the icon will appear grey.                    

확장 프로그램 기본 정보

이름 Insellerate Click2Call Insellerate Click2Call
ID fdokpfekfffnjjhpmidmjpbkiinapddc
공식 URL https://chromewebstore.google.com/detail/insellerate-click2call/fdokpfekfffnjjhpmidmjpbkiinapddc
설명 Insellerate/Ytel Contact Center - Click2Call extension for Chrome.
파일 크기 213 KB
설치 횟수 21
현재 버전 2.0.1
최근 업데이트 2021-02-10
출시 날짜 2021-02-10
개발자 Ytel, Inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ytel.com/company/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "version": "2.0.1",
    "name": "Insellerate Click2Call",
    "description": "Insellerate\/Ytel Contact Center - Click2Call extension for Chrome.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Insellerate Click2Call",
        "default_icon": "icon16.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery.js",
            "cryptojs-hmac-sha1.js",
            ".\/cryptoJS\/components\/enc-base64-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "mutation-summary.js",
                "jquery.js",
                "cryptojs-hmac-sha1.js",
                ".\/cryptoJS\/components\/enc-base64-min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/www.google-analytics.com; object-src 'self' https:\/\/www.google.com https:\/\/www.google-analytics.com",
    "permissions": [
        "",
        "tabs"
    ],
    "manifest_version": 2
}