Phone Helper
Location, timezone, and click-to-dial
Was ist Phone Helper?
Phone Helper ist eine Chrome-Erweiterung, die von byronigoe entwickelt wurde, und ihr Hauptmerkmal ist "Location, timezone, and click-to-dial".
Erweiterungsscreenshots
Phone Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Phone Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Phone Helper |
ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
Offizielle URL | https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb |
Beschreibung | Location, timezone, and click-to-dial |
Dateigröße | 12.15 KB |
Installationsanzahl | 679 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-04-30 |
Veröffentlichungsdatum | 2017-10-02 |
Entwickler | byronigoe |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/byronigoe/phoneHelper |
Unterstützte Sprachen | 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": [ " |