Ytel Webphone Extension
Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Apa itu Ytel Webphone Extension?
Ytel Webphone Extension adalah ekstensi Chrome yang dikembangkan oleh Ytel, Inc., dan fitur utamanya adalah "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ytel Webphone Extension
Unduh file ekstensi Ytel Webphone 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
Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work. Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.
Informasi Dasar Ekstensi
Nama | Ytel Webphone Extension |
ID | dhbcpadpkaemaopnpegoegfmnnjnnmhn |
URL Resmi | https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn |
Deskripsi | Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process. |
Ukuran File | 1.74 MB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 3.10.9.1 |
Terakhir Diperbarui | 2024-02-28 |
Tanggal Publikasi | 2023-07-13 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Ytel, Inc. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ytel.com |
URL Halaman Bantuan | https://support.ytel.com |
URL Halaman Kebijakan Privasi | https://www.ytel.com/company/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ytel Webphone Extension", "version": "3.10.9.1", "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.", "action": { "browser_style": false, "default_popup": "popup.html" }, "icons": { "128": "icons\/128x128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "system.display", "alarms" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/lib\/jquery-2.2.4.min.js", "content.js" ], "css": [ "assets\/css\/content-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/call-icon.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |