Click to call

Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…

Click to call란 무엇입니까?

Click to call은(는) https://integrics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Click to call 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Detects telephone numbers on any web page, and turns them into clickable links.

An account with an Enswitch provider running Enswitch 3.13 or later is required.                    

확장 프로그램 기본 정보

이름 Click to call Click to call
ID oaogeindmfedfacmlioeinkoopbadapm
공식 URL https://chromewebstore.google.com/detail/click-to-call/oaogeindmfedfacmlioeinkoopbadapm
설명 Detects telephone numbers on any web page, and turns them into clickable links. An account with an Enswitch provider running…
파일 크기 220 KB
설치 횟수 297
현재 버전 1.0.13
최근 업데이트 2022-09-10
출시 날짜 2017-02-08
평점 5.00/5 총 2 개의 평점
개발자 https://integrics.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://integrics.com/privacy/clients
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to call",
    "version": "1.0.13",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mutation-summary.js",
                "jquery-3.1.0.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": ""
    },
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/phone.png",
                "images\/universal_link.gif",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}