Jitsi Meetings - jitsi.team-insight.net
A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.
Cos'è Jitsi Meetings - jitsi.team-insight.net?
Jitsi Meetings - jitsi.team-insight.net è un'estensione di Chrome sviluppata da https://jitsi.team-insight.net, e la sua funzione principale è "A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.".
Scarica il file CRX dell'estensione Jitsi Meetings - jitsi.team-insight.net
Scarica i file di estensione Jitsi Meetings - jitsi.team-insight.net in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Informazioni di Base sull'Estensione
Nome | |
ID | egaincfbceohgfonkohhhlfnhfhgbcaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/jitsi-meetings-jitsiteam/egaincfbceohgfonkohhhlfnhfhgbcaj |
Descrizione | A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences. |
Dimensione del File | 134 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.2.8.13 |
Ultimo Aggiornamento | 2018-01-21 |
Data di Pubblicazione | 2018-01-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://jitsi.team-insight.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://team-insight.net |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Meetings - jitsi.team-insight.net", "description": "A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.", "version": "0.2.8.13", "minimum_chrome_version": "34", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Create Jitsi Meetings" }, "content_scripts": [ { "all_frames": false, "css": [ "\/css\/all.css" ], "js": [ "jquery.js", "RandomUtil.js", "RoomnameGenerator.js", "meet-calendar.js" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*", "https:\/\/outlook.live.com\/owa\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/jitsi.team-insight.net\/*", "*:\/\/meet.jit.si\/*", "*:\/\/beta.meet.jit.si\/*", "*:\/\/pawel.jitsi.net\/*", "*:\/\/hristo.jitsi.net\/*" ] }, "icons": { "128": "jitsi-logo-128x128.png", "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png" }, "permissions": [ "desktopCapture", "https:\/\/calendar.google.com\/*" ], "web_accessible_resources": [ "jitsi-logo-48x48.png", "jitsi-logo-white-48x48.png", "jitsi-logo-blue.svg", "jitsi-logo-grey.svg" ] } |