IPVoice Call

Use IPVoice to call numbers in Chrome.

O que é IPVoice Call?

IPVoice Call é uma extensão do Chrome desenvolvida por https://ipvoice.uk, e sua principal característica é "Use IPVoice to call numbers in Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IPVoice Call

Baixe arquivos de extensão IPVoice 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

                        Use IPVoice Desktop App to call numbers in Google Chrome. Allows click to dial from any webpage that has a valid phone number and will make using the IPVoice Desktop App.                    

Informações Básicas da Extensão

Nome IPVoice Call IPVoice Call
ID loholemopmkafkdhekbmkgbfhfhcmkjl
URL Oficial https://chromewebstore.google.com/detail/ipvoice-call/loholemopmkafkdhekbmkgbfhfhcmkjl
Descrição Use IPVoice to call numbers in Chrome.
Tamanho do Arquivo 128 KB
Contagem de Instalações 259
Versão Atual 7.0.0.1
Última Atualização 2024-01-25
Data de Publicação 2022-02-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://ipvoice.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ipvoice.uk/
URL da Página de Ajuda https://ipvoice.uk/support
URL da Página de Política de Privacidade https://ipvoice.uk/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "IPVoice Ltd.",
    "background": {
        "service_worker": "call_action.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "google_phone_lib.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "highlight_numbers.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Use IPVoice to call numbers in Chrome.",
    "icons": {
        "128": "app128.png",
        "16": "app16.png",
        "32": "app32.png",
        "48": "app48.png"
    },
    "manifest_version": 3,
    "name": "IPVoice Call",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "7.0.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "glocom_icon.jpg",
                "detectAjax.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}