Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

Hvad er Lightspeed Voice Click 2 Call?

Lightspeed Voice Click 2 Call er en Chrome-udvidelse udviklet af Lightspeed Voice, og dens hovedfunktion er "This extension turns phone numbers into click to call links.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Lightspeed Voice Click 2 Call-udvidelses-CRX-fil

Download Lightspeed Voice Click 2 Call-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
Officiel URL https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
Beskrivelse This extension turns phone numbers into click to call links.
Filstørrelse 663 KB
Antal Installationer 2,625
Nuværende Version 2.7.0.0
Senest Opdateret 2023-11-08
Udgivelsesdato 2020-03-04
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler Lightspeed Voice
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.lightspeedvoice.com/
Hjælpeside-URL https://www.lightspeedvoice.com/
URL til Fortrolighedspolitik Side https://www.lightspeedvoice.com/privacy-policy
Understøttede Sprog 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
}