Sippy Click for Yealink
Click and select phone numbers to call them.
Apa itu Sippy Click for Yealink?
Sippy Click for Yealink adalah ekstensi Chrome yang dikembangkan oleh Sippy, dan fitur utamanya adalah "Click and select phone numbers to call them.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sippy Click for Yealink
Unduh file ekstensi Sippy Click for Yealink 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
With this extension you can simply select a phone number or click on it to call it through your Yealink telephone. The extension is integrated with your Sippy PBX, you can enable it on a user base.
Informasi Dasar Ekstensi
Nama | Sippy Click for Yealink |
ID | didkodinlohkepjjikmngocilomdkngi |
URL Resmi | https://chromewebstore.google.com/detail/sippy-click-for-yealink/didkodinlohkepjjikmngocilomdkngi |
Deskripsi | Click and select phone numbers to call them. |
Ukuran File | 382 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 0.6.0 |
Terakhir Diperbarui | 2022-04-08 |
Tanggal Publikasi | 2021-12-08 |
Pengembang | Sippy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sippy.cloud |
URL Halaman Bantuan | https://github.com/optimise-group/click-for-yealink |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sippy Click for Yealink", "version": "0.6.0", "description": "Click and select phone numbers to call them.", "homepage_url": "https:\/\/github.com\/optimise-group\/click-for-yealink", "manifest_version": 2, "icons": { "16": "\/icons\/sippy16x16.png", "32": "\/icons\/sippy32x32.png", "48": "\/icons\/sippy48x48.png", "128": "\/icons\/sippy128x128.png" }, "permissions": [ "contextMenus", "storage" ], "options_ui": { "chrome_style": false, "open_in_tab": true, "page": "\/settings\/options.html" }, "background": { "persistent": false, "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |