Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

Cos'è Lightspeed Voice Click 2 Call?

Lightspeed Voice Click 2 Call è un'estensione di Chrome sviluppata da Lightspeed Voice, e la sua funzione principale è "This extension turns phone numbers into click to call links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Lightspeed Voice Click 2 Call

Scarica i file di estensione Lightspeed Voice Click 2 Call in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
URL Ufficiale https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
Descrizione This extension turns phone numbers into click to call links.
Dimensione del File 663 KB
Conteggio Installazioni 2,625
Versione Corrente 2.7.0.0
Ultimo Aggiornamento 2023-11-08
Data di Pubblicazione 2020-03-04
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Lightspeed Voice
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.lightspeedvoice.com/
URL della Pagina di Aiuto https://www.lightspeedvoice.com/
URL della Pagina della Politica sulla Privacy https://www.lightspeedvoice.com/privacy-policy
Lingue Supportate 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
}