Phone Helper

Location, timezone, and click-to-dial

O que é Phone Helper?

Phone Helper é uma extensão do Chrome desenvolvida por byronigoe, e sua principal característica é "Location, timezone, and click-to-dial".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Phone Helper

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

                        Get location and timezone information for any phone number in a page. It also creates a tel: link to be able to call the number.

https://github.com/byronigoe/phoneHelper                    

Informações Básicas da Extensão

Nome Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
URL Oficial https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Descrição Location, timezone, and click-to-dial
Tamanho do Arquivo 12.15 KB
Contagem de Instalações 679
Versão Atual 1.2
Última Atualização 2023-04-30
Data de Publicação 2017-10-02
Desenvolvedor byronigoe
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/byronigoe/phoneHelper
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Phone Helper",
    "version": "1.2",
    "description": "Location, timezone, and click-to-dial",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "phoneHelper.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}