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