Click to Call Mobile
Launches highlighted text as Tel: link.
Apa itu Click to Call Mobile?
Click to Call Mobile adalah ekstensi Chrome yang dikembangkan oleh https://www.clickcallmobile.com, dan fitur utamanya adalah "Launches highlighted text as Tel: link.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Click to Call Mobile
Unduh file ekstensi Click to Call Mobile 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
Click to Call on phone numbers that are not defined as links. Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone. To use this extension, simply highlight a phone number and right click. A menu will appear - select "Call as Tel://..." and your mobile will dial that number. Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.
Informasi Dasar Ekstensi
Nama | |
ID | ggfbbimhbommiogoebgdmnipdhjfdeel |
URL Resmi | https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel |
Deskripsi | Launches highlighted text as Tel: link. |
Ukuran File | 14.58 KB |
Jumlah Instalasi | 1,592 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2016-07-02 |
Tanggal Publikasi | 2016-07-01 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | https://www.clickcallmobile.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.clickcallmobile.com/ |
URL Halaman Bantuan | https://www.clickcallmobile.com/help/ |
URL Halaman Kebijakan Privasi | https://www.clickcallmobile.com/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click to Call Mobile", "description": "Launches highlighted text as Tel: link.", "version": "0.5", "browser_action": { "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to Call Default Title", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "homepage_url": "https:\/\/www.ClickCallMobile.com", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "rightclick.js" ] } } |