Select and Dial
Select a phone number, right click and dial it.
Apa itu Select and Dial?
Select and Dial adalah ekstensi Chrome yang dikembangkan oleh Agentur Simon, dan fitur utamanya adalah "Select a phone number, right click and dial it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Select and Dial
Unduh file ekstensi Select and Dial 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
Small chrome extension, to select a number and dial it through a url-handler like tel:// or sip:// I wrote it for procall one, to use their phone:// - handler. Source: https://github.com/SimonWpt/chrome.ext.phone
Informasi Dasar Ekstensi
Nama | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
URL Resmi | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
Deskripsi | Select a phone number, right click and dial it. |
Ukuran File | 12.41 KB |
Jumlah Instalasi | 1,195 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2016-09-06 |
Tanggal Publikasi | 2016-09-06 |
Penilaian | 3.33/5 Total 6 Penilaian |
Pengembang | Agentur Simon |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/SimonWpt/chrome.ext.phone |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Select a phone number, right click and dial it.", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "64": "64.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Select and Dial", "permissions": [ "contextMenus", "storage" ], "version": "0.1.1" } |