Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

什么是Lightspeed Voice Click 2 Call?

Lightspeed Voice Click 2 Call是由Lightspeed Voice开发的Chrome扩展程序,该扩展的主要功能是“This extension turns phone numbers into click to call links.”。

扩展截图

screenshot
screenshot

下载Lightspeed Voice Click 2 Call扩展crx文件

下载Lightspeed Voice Click 2 Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome Extension turns phone numbers into click to call links on most websites. Phone numbers on any website become clickable links that, upon being clicked, automatically dial the phone number on your Lightspeed Voice provided phone. This extension is for Lightspeed Voice customers only. If you do not have Lightspeed Voice telephone service then this extension will not work for you.                    

扩展基本信息

名称 Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
官方URL https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
简介 This extension turns phone numbers into click to call links.
文件大小 663 KB
安装次数 2,625
当前版本 2.7.0.0
更新时间 2023-11-08
上架时间 2020-03-04
评分 4.75/5 共4次评分
开发者 Lightspeed Voice
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lightspeedvoice.com/
帮助页面URL https://www.lightspeedvoice.com/
隐私政策页面URL https://www.lightspeedvoice.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightspeed Voice Click 2 Call",
    "version": "2.7.0.0",
    "description": "This extension turns phone numbers into click to call links.",
    "short_name": "Click 2 Call",
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon-48.png",
        "default_popup": "index.html",
        "default_title": "Lightspeed Voice Click 2 Call"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.lightspeedvoice.com\/*"
            ],
            "all_frames": true,
            "css": [
                "c2c2.css"
            ],
            "js": [
                "jquery.js",
                "c2c2.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}