Code Monkey home page Code Monkey logo

jidesha's Introduction

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.

jidesha's People

Contributors

damencho avatar bgrozev avatar hristoterezov avatar emcho avatar paweldomas avatar lyubomir avatar gpolitis avatar fippo avatar saghul avatar quitrk avatar pedro-nonfree avatar yanas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.