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
官方網址 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
}