Phone Helper
Location, timezone, and click-to-dial
Apa itu Phone Helper?
Phone Helper adalah ekstensi Chrome yang dikembangkan oleh byronigoe, dan fitur utamanya adalah "Location, timezone, and click-to-dial".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Phone Helper
Unduh file ekstensi Phone Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Phone Helper |
ID | cllcdbfbaembamcnhgkmihgmndhgimfb |
URL Resmi | https://chromewebstore.google.com/detail/phone-helper/cllcdbfbaembamcnhgkmihgmndhgimfb |
Deskripsi | Location, timezone, and click-to-dial |
Ukuran File | 12.15 KB |
Jumlah Instalasi | 679 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-04-30 |
Tanggal Publikasi | 2017-10-02 |
Pengembang | byronigoe |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/byronigoe/phoneHelper |
Bahasa yang Didukung | 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": [ " |