WebExtension.net
WebExtension.net

Jitsi Meetings

View on Chrome Web Store
View Jitsi Meetings Chrome Extension on Chrome Web Store
4.2 (178 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A simple extension that allows you to schedule Jitsi Meetings.
Type
Extension
Users
2,000,000 users
Website meet.jit.si
apps2
View author page of apps2
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 17, 2017
Version 0.2.8.19
Manifest version
3
Updated
Updated on June 6, 2024
View on Chrome Web Store
View Jitsi Meetings Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jitsi Meetings",
    "description": "A simple extension that allows you to schedule Jitsi Meetings.",
    "version": "0.2.8.19",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.jit.si\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/outlook.live.com\/owa\/*"
            ],
            "js": [
                "jquery.js",
                "RandomUtil.js",
                "RoomnameGenerator.js",
                "meet-calendar.js"
            ],
            "css": [
                "\/css\/all.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "resources": [
                "jitsi-logo-48x48.png",
                "jitsi-logo-white-48x48.png",
                "jitsi-logo-blue.svg",
                "jitsi-logo-grey.svg"
            ]
        }
    ],
    "action": {
        "default_title": "Create Jitsi Meetings",
        "default_popup": "popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top