Star2Star Contact Center Click to Dial

This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.

Star2Star Contact Center Click to Dial란 무엇입니까?

Star2Star Contact Center Click to Dial은(는) Star2Star Communications에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel."입니다.

확장 프로그램 스크린샷

screenshot

Star2Star Contact Center Click to Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You must have Star2Star Service Insight or Contact Center service in order to use this browser extension.

User Guide available at https://knowledge.star2star.com/kb/2964

Terms of Use available at http://www.star2star.com/applications-terms-of-use                    

확장 프로그램 기본 정보

이름 Star2Star Contact Center Click to Dial Star2Star Contact Center Click to Dial
ID cccdlkiofhlmhgolbcoknhekebabcoga
공식 URL https://chromewebstore.google.com/detail/star2star-contact-center/cccdlkiofhlmhgolbcoknhekebabcoga
설명 This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.
파일 크기 88.35 KB
설치 횟수 114
현재 버전 2.0.23
최근 업데이트 2022-07-28
출시 날짜 2021-07-21
개발자 Star2Star Communications
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.star2star.com
도움말 페이지 URL https://knowledge.star2star.com/kb/2964
개인정보 보호 정책 페이지 URL https://s2s-support-files.s3.amazonaws.com/legal/star2star-communications-llc-privacy-policies.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Star2Star Contact Center Click to Dial",
    "description": "This Chrome extension detects phone numbers on web pages and enables click to dial via Star2Star Contact Center Agent Panel.",
    "version": "2.0.23",
    "icons": {
        "16": "img\/s2scc-icon16.png",
        "48": "img\/s2scc-icon48.png",
        "128": "img\/s2scc-icon128.png"
    },
    "action": {
        "default_icon": "img\/s2scc-icon.png",
        "default_popup": "config.html",
        "default_title": "Star2Star Contact Center Click to Dial Settings"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.starcenter.star2star.com\/*",
        "https:\/\/*.starcenter.star2star.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "clickToCall.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}