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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}