Lightspeed Voice Click 2 Call

This extension turns phone numbers into click to call links.

O que é Lightspeed Voice Click 2 Call?

Lightspeed Voice Click 2 Call é uma extensão do Chrome desenvolvida por Lightspeed Voice, e sua principal característica é "This extension turns phone numbers into click to call links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lightspeed Voice Click 2 Call

Baixe arquivos de extensão Lightspeed Voice Click 2 Call no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lightspeed Voice Click 2 Call Lightspeed Voice Click 2 Call
ID fcpmkcphoadeclpkhlgoebjmmkkamidi
URL Oficial https://chromewebstore.google.com/detail/lightspeed-voice-click-2/fcpmkcphoadeclpkhlgoebjmmkkamidi
Descrição This extension turns phone numbers into click to call links.
Tamanho do Arquivo 663 KB
Contagem de Instalações 2,625
Versão Atual 2.7.0.0
Última Atualização 2023-11-08
Data de Publicação 2020-03-04
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Lightspeed Voice
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lightspeedvoice.com/
URL da Página de Ajuda https://www.lightspeedvoice.com/
URL da Página de Política de Privacidade https://www.lightspeedvoice.com/privacy-policy
Idiomas Suportados 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
}