UC Dialer

Integration powered by UC Dialer

UC Dialer란 무엇입니까?

UC Dialer은(는) Development Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration powered by UC Dialer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

UC Dialer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UC Dialer is a multifunctional chrome extension, that enables dialing from web pages
and screen pops in over 50 Web and CRM applications.
 
Click-to-Call is also known as Click2Call, or Click-to-Dial allows a person to click an
object to request an immediate connection - typically via phone call.
 
UC Dialer extension converts phone numbers on web pages into clickable links to allow
quick dialing and integrates with various CRMs and Service Desk applications. Full
CRM integration makes this extension different from other systems.
 
Also the UC Dialer extension supports caller identification (screen pops) to search for
and open records automatically for note taking, account lookup and review before the
call in answered.
 
You will require a service account from your telephone service provider that supports UC Dialer to work with this extension.                    

확장 프로그램 기본 정보

이름 UC Dialer UC Dialer
ID cgjnmcdgibjkkonhanmgpjgjokjpjafe
공식 URL https://chrome.google.com/webstore/detail/uc-dialer/cgjnmcdgibjkkonhanmgpjgjokjpjafe
설명 Integration powered by UC Dialer
파일 크기 273 KB
설치 횟수 129
현재 버전 0.17.05
최근 업데이트 2022-10-29
출시 날짜 2020-04-02
개발자 Development Team
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UC Dialer",
    "description": "Integration powered by UC Dialer",
    "short_name": "UC Dialer",
    "version": "0.17.05",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}