Phone Helper
Location, timezone, and click-to-dial
What is Phone Helper?
Phone Helper is a Chrome extension developed by byronigoe, and its main feature is "Location, timezone, and click-to-dial".
Extension Screenshots
Download Phone Helper Extension CRX File
Download Phone Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Phone Helper |
ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
Official URL | https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb |
Description | Location, timezone, and click-to-dial |
File Size | 12.15 KB |
Installation Count | 679 |
Current Version | 1.2 |
Last Updated | 2023-04-30 |
Publish Date | 2017-10-02 |
Developer | byronigoe |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/byronigoe/phoneHelper |
Supported Languages | 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": [ " |