Jitsi Meetings - jitsi.team-insight.net

A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.

Co je Jitsi Meetings - jitsi.team-insight.net?

Jitsi Meetings - jitsi.team-insight.net je rozšíření Chrome vyvinuté https://jitsi.team-insight.net, a jeho hlavní funkcí je „A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.“.

Stáhnout soubor CRX rozšíření Jitsi Meetings - jitsi.team-insight.net

Stáhněte si soubory rozšíření Jitsi Meetings - jitsi.team-insight.net ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.                    

Základní Informace o Rozšíření

Název Jitsi Meetings - jitsi.team-insight.net Jitsi Meetings - jitsi.team-insight.net
ID egaincfbceohgfonkohhhlfnhfhgbcaj
Oficiální URL https://chrome.google.com/webstore/detail/jitsi-meetings-jitsiteam/egaincfbceohgfonkohhhlfnhfhgbcaj
Popis A simple extension that allows you to schedule Jitsi Meetings and stream your desktop into Jitsi conferences.
Velikost souboru 134 KB
Počet instalací 112
Aktuální Verze 0.2.8.13
Poslední Aktualizace 2018-01-21
Datum Vydání 2018-01-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://jitsi.team-insight.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://team-insight.net
Podporované Jazyky 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"
    ]
}