Ytel Click2Call

Ytel Cloud Contact Center - Click2Call extension for Chrome.

Ytel Click2Call란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a click to call extension for Ytel’s 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 Contact Center. Upon clicking the number, the Contact Center 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 Contact Center 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.                    

확장 프로그램 기본 정보

이름 Ytel Click2Call Ytel Click2Call
ID kajkbbiepcbekfdplgcbjddlkphhmndi
공식 URL https://chromewebstore.google.com/detail/ytel-click2call/kajkbbiepcbekfdplgcbjddlkphhmndi
설명 Ytel Cloud Contact Center - Click2Call extension for Chrome.
파일 크기 777 KB
설치 횟수 324
현재 버전 2.0.2
최근 업데이트 2023-07-24
출시 날짜 2019-03-01
평점 5.00/5 총 1 개의 평점
개발자 Ytel, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ytel.com
도움말 페이지 URL https://ytel.com/
개인정보 보호 정책 페이지 URL https://www.ytel.com/company/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ytel Click2Call",
    "version": "2.0.2",
    "description": "Ytel Cloud Contact Center - Click2Call extension for Chrome.",
    "icons": {
        "16": "icons\/16x16.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_title": "Ytel Click2Call",
        "default_icon": "icons\/16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ]
}