Phone Helper

Location, timezone, and click-to-dial

Vad är Phone Helper?

Phone Helper är en Chrome-tillägg utvecklad av byronigoe, och dess huvudfunktion är "Location, timezone, and click-to-dial".

Tilläggsskärmbilder

screenshot

Ladda ner Phone Helper-förlängningens CRX-fil

Ladda ner Phone Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Phone Helper Phone Helper
ID cllcdbfbaembamcnhgkmihgmndhgimfb
Officiell webbadress https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb
Beskrivning Location, timezone, and click-to-dial
Filstorlek 12.15 KB
Antal Installationer 679
Aktuell Version 1.2
Senast Uppdaterad 2023-04-30
Publiceringsdatum 2017-10-02
Utvecklare byronigoe
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/byronigoe/phoneHelper
Stödda Språk 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": [
                ""
            ]
        }
    ]
}