Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

Qu'est-ce que Lightspeed Voice Click 2 Call ?

Lightspeed Voice Click 2 Call est une extension Chrome développée par Lightspeed Voice, et sa fonction principale est "This extension turns phone numbers into click to call links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Lightspeed Voice Click 2 Call

Téléchargez les fichiers d'extension Lightspeed Voice Click 2 Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
URL Officiel https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
Description This extension turns phone numbers into click to call links.
Taille du Fichier 663 KB
Nombre d'Installations 2,625
Version Actuelle 2.7.0.0
Dernière Mise à Jour 2023-11-08
Date de Publication 2020-03-04
Évaluation 4.75/5 Total 4 Évaluations
Développeur Lightspeed Voice
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lightspeedvoice.com/
URL de la Page d'Aide https://www.lightspeedvoice.com/
URL de la Page de Politique de Confidentialité https://www.lightspeedvoice.com/privacy-policy
Langues Prises en Charge 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
}