Phone Helper

Location, timezone, and click-to-dial

Co to jest Phone Helper?

Phone Helper to rozszerzenie Chrome opracowane przez byronigoe, a jego główną funkcją jest „Location, timezone, and click-to-dial”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Phone Helper

Pobierz pliki rozszerzeń Phone Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
Oficjalny URL https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Opis Location, timezone, and click-to-dial
Rozmiar pliku 12.15 KB
Liczba instalacji 679
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-04-30
Data Publikacji 2017-10-02
Deweloper byronigoe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/byronigoe/phoneHelper
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}