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ファイルをダウンロード

Click to call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}