Jitsi Meetings - jitsi.team-insight.net
A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.
Wat is Jitsi Meetings - jitsi.team-insight.net?
Jitsi Meetings - jitsi.team-insight.net is een Chrome-extensie ontwikkeld door https://jitsi.team-insight.net, en de belangrijkste functie is "A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.".
Download het CRX-bestand van de extensie Jitsi Meetings - jitsi.team-insight.net
Download Jitsi Meetings - jitsi.team-insight.net-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Basisinformatie over de Extensie
Naam | |
ID | egaincfbceohgfonkohhhlfnhfhgbcaj |
Officiële URL | https://chrome.google.com/webstore/detail/jitsi-meetings-jitsiteam/egaincfbceohgfonkohhhlfnhfhgbcaj |
Beschrijving | A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences. |
Bestandsgrootte | 134 KB |
Aantal Installaties | 112 |
Huidige Versie | 0.2.8.13 |
Laatst Bijgewerkt | 2018-01-21 |
Publicatiedatum | 2018-01-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://jitsi.team-insight.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://team-insight.net |
Ondersteunde Talen | 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" ] } |