Jitsi Meetings - jitsi.team-insight.net
A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.
What is Jitsi Meetings - jitsi.team-insight.net?
Jitsi Meetings - jitsi.team-insight.net is a Chrome extension developed by https://jitsi.team-insight.net, and its main feature is "A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.".
Download Jitsi Meetings - jitsi.team-insight.net Extension CRX File
Download Jitsi Meetings - jitsi.team-insight.net extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. Extension Basic Information
| Name | |
| ID | egaincfbceohgfonkohhhlfnhfhgbcaj |
| Official URL | https://chrome.google.com/webstore/detail/jitsi-meetings-jitsiteam/egaincfbceohgfonkohhhlfnhfhgbcaj |
| Description | A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences. |
| File Size | 134 KB |
| Installation Count | 112 |
| Current Version | 0.2.8.13 |
| Last Updated | 2018-01-21 |
| Publish Date | 2018-01-21 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://jitsi.team-insight.net |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://team-insight.net |
| Supported Languages | 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"
]
} | |