Sudonum Chrome Extension
Click to call in the browser.
Apa itu Sudonum Chrome Extension?
Sudonum Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh sudonum-chrome-extension, dan fitur utamanya adalah "Click to call in the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sudonum Chrome Extension
Unduh file ekstensi Sudonum Chrome Extension 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
Start a phone call from your browser and answer it on your mobile phone. No extra software required. Requirements: You'll need a Sudonum API Token. Feel free to contact [email protected] to open an account. Install: Click here and select "Add to Chrome". Usage: 1. Highlight the phone number you would like to call 2. Right-click the phone number 3. Select the "Call Now!" option 4. In a few seconds your mobile phone will start ringing 5. Answer the call and wait to be connected the phone number you highlighted
Informasi Dasar Ekstensi
Nama | Sudonum Chrome Extension |
ID | aagoeolhfjpmdaghkphdmndiggbfmeba |
URL Resmi | https://chromewebstore.google.com/detail/sudonum-chrome-extension/aagoeolhfjpmdaghkphdmndiggbfmeba |
Deskripsi | Click to call in the browser. |
Ukuran File | 414 KB |
Jumlah Instalasi | 134 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2023-05-02 |
Tanggal Publikasi | 2021-09-14 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | sudonum-chrome-extension |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sudonum.com |
URL Halaman Kebijakan Privasi | https://www.sudonum.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sudonum Chrome Extension", "version": "1.0.6", "description": "Click to call in the browser.", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "tabs", "activeTab", "notifications" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "48": "imgs\/icon_chrome_ext.png" } } |