Phone Helper
Location, timezone, and click-to-dial
Wat is Phone Helper?
Phone Helper is een Chrome-extensie ontwikkeld door byronigoe, en de belangrijkste functie is "Location, timezone, and click-to-dial".
Extensie Screenshots
Download het CRX-bestand van de extensie Phone Helper
Download Phone Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Phone Helper |
ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
Officiële URL | https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb |
Beschrijving | Location, timezone, and click-to-dial |
Bestandsgrootte | 12.15 KB |
Aantal Installaties | 679 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-04-30 |
Publicatiedatum | 2017-10-02 |
Ontwikkelaar | byronigoe |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/byronigoe/phoneHelper |
Ondersteunde Talen | 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": [ " |