Ubity click-to-dial

Dial phone numbers with you Ubity phone, directly from your browser

Ubity click-to-dial란 무엇입니까?

Ubity click-to-dial은(는) ubity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dial phone numbers with you Ubity phone, directly from your browser"입니다.

확장 프로그램 스크린샷

screenshot

Ubity click-to-dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension find and highlight phone numbers on any website.
Clicking an phone highlighted number trigger a call to it from your Ubity phone.                    

확장 프로그램 기본 정보

이름 Ubity click-to-dial Ubity click-to-dial
ID dekccjnkeibpmhdcjohgikadlmaefdjl
공식 URL https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl
설명 Dial phone numbers with you Ubity phone, directly from your browser
파일 크기 142 KB
설치 횟수 438
현재 버전 2.1.4
최근 업데이트 2021-04-30
출시 날짜 2017-08-08
개발자 ubity
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://studio.ubity.com
도움말 페이지 URL https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/
개인정보 보호 정책 페이지 URL https://www.ubity.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Ubity click-to-dial",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Dial phone numbers with you Ubity phone, directly from your browser",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/studio.ubity.com\/",
    "version": "2.1.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Ubity click-to-dial"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}