Phone Helper

Location, timezone, and click-to-dial

Qu'est-ce que Phone Helper ?

Phone Helper est une extension Chrome développée par byronigoe, et sa fonction principale est "Location, timezone, and click-to-dial".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Phone Helper

Téléchargez les fichiers d'extension Phone Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
URL Officiel https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Description Location, timezone, and click-to-dial
Taille du Fichier 12.15 KB
Nombre d'Installations 679
Version Actuelle 1.2
Dernière Mise à Jour 2023-04-30
Date de Publication 2017-10-02
Développeur byronigoe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/byronigoe/phoneHelper
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}