Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jitsi/jidesha

A Chrome extension for Calendar integrations for Jitsi Meet
https://github.com/jitsi/jidesha

Last synced: 5 days ago
JSON representation

A Chrome extension for Calendar integrations for Jitsi Meet

Awesome Lists containing this project

README

        

Jidesha
=======

A Chrome extension for calendar integration (Google Calendar and Office 365).

## How to create your own extension for your Jitsi Meet installation

Each Jitsi Meet installation needs a customised extension.
There is only one small JSON file to adapt. You have
to create the extension and distribute it, either through
Google Chrome's Web Store or by telling your users how to
install the CRX file.

### Create the extension

Edit the `manifest.json` file. You must adapt the `externally_connectable`
URL:

"matches": [
"*://your.server.com/*"
]

Do not include any port information.

You might also want to edit the name, the description, the version or
to replace the icons.

Then, according to https://developer.chrome.com/extensions/packaging ,
go inside Chrome to "chrome://extensions", click on the Developer Mode,
and "Pack extension". The result is a CRX file and, if you do this for
the first time, a private key used for later updates.

### Install your own extension

Install your own extension into your Chrome. One way is to drag the
CRX file into the "chrome://extensions" window.

When Chrome shows it among your installed extensions,
you will also see its *hash ID*.

### Distribute your extension manually to your users

You can send the CRX file to your users and tell them how to
install it. For example, you might want to put it
directly onto your Jitsi Meet server (webroot in `/usr/share/jitsi-meet`).
This would only be helpful for downloading the extension, as
Chrome will not allow a direct installation from your site.