Phone Helper

Location, timezone, and click-to-dial

Cos'è Phone Helper?

Phone Helper è un'estensione di Chrome sviluppata da byronigoe, e la sua funzione principale è "Location, timezone, and click-to-dial".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Phone Helper

Scarica i file di estensione Phone Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
URL Ufficiale https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Descrizione Location, timezone, and click-to-dial
Dimensione del File 12.15 KB
Conteggio Installazioni 679
Versione Corrente 1.2
Ultimo Aggiornamento 2023-04-30
Data di Pubblicazione 2017-10-02
Sviluppatore byronigoe
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/byronigoe/phoneHelper
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}