NextCall.xyz
A chrome extension to join upcoming calls in one click.
Apa itu NextCall.xyz?
NextCall.xyz adalah ekstensi Chrome yang dikembangkan oleh https://nextcall.xyz, dan fitur utamanya adalah "A chrome extension to join upcoming calls in one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NextCall.xyz
Unduh file ekstensi NextCall.xyz 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
A chrome extension to join upcoming calls in one click. Our extension automatically opens popular conferencing solutions like Zoom, Google Meet, Skype, Microsoft Teams and many more.
Informasi Dasar Ekstensi
Nama | NextCall.xyz |
ID | hiadipcolhbbnielnehacfollbpemloc |
URL Resmi | https://chromewebstore.google.com/detail/nextcallxyz/hiadipcolhbbnielnehacfollbpemloc |
Deskripsi | A chrome extension to join upcoming calls in one click. |
Ukuran File | 582 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2020-06-28 |
Tanggal Publikasi | 2020-06-28 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | https://nextcall.xyz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://nextcall.xyz |
URL Halaman Bantuan | https://nextcall.xyz/privacystatement |
URL Halaman Kebijakan Privasi | https://nextcall.xyz/privacystatement |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NextCall.xyz", "description": "A chrome extension to join upcoming calls in one click.", "version": "0.0.0.3", "browser_action": { "default_title": "NextCall", "default_popup": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |