Exentriq Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
Apa itu Exentriq Desktop Streamer?
Exentriq Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://talk.exentriq.com, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Exentriq Desktop Streamer
Unduh file ekstensi Exentriq Desktop Streamer 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
Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.
Informasi Dasar Ekstensi
Nama | Exentriq Desktop Streamer |
ID | mkaenpdiljjlapjnnnkdihfmmdpheddo |
URL Resmi | https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo |
Deskripsi | A simple extension that allows you to stream your desktop into meetings with Exentriq Meet. |
Ukuran File | 20.8 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 0.1.9 |
Terakhir Diperbarui | 2017-02-09 |
Tanggal Publikasi | 2017-02-09 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://talk.exentriq.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.exentriq.com/terms |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exentriq Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.", "version": "0.1.9", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/talk-stage.exentriq.com\/*", "*:\/\/talk.exentriq.com\/*", "*:\/\/meet.exentriq.com\/*" ] } } |