whereby.com/appear.in meeting room helper

Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).

Qu'est-ce que whereby.com/appear.in meeting room helper ?

whereby.com/appear.in meeting room helper est une extension Chrome développée par Treffynnon, et sa fonction principale est "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension whereby.com/appear.in meeting room helper

Téléchargez les fichiers d'extension whereby.com/appear.in meeting room helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        For users of the whereby.com (previously appear.in) service to make it possible to enter rooms muted with video off and using multiple meeting rooms easier.

* Allows you to configure defaults when entering a room
    * Camera off
    * Muted audio
* Apply those defaults to all meeting room links that you open/follow automatically
* Keep a list of links to your favourite meeting rooms

NOTE: that this is not an official appear.in extension and it is maintained by an independent developer.

Icon made by Freepik from www.flaticon.com

Source code for this extension is provided under the Apache-2.0 licence over at https://github.com/treffynnon/whereby-com-helper-browser-extension                    

Informations de Base sur l'Extension

Nom whereby.com/appear.in meeting room helper whereby.com/appear.in meeting room helper
ID kamcahcpkdbdhphbnhblmcgemhbhbohm
URL Officiel https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm
Description Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
Taille du Fichier 31.12 KB
Nombre d'Installations 1,816
Version Actuelle 1.2.2
Dernière Mise à Jour 2019-08-21
Date de Publication 2019-08-21
Évaluation 4.50/5 Total 6 Évaluations
Développeur Treffynnon
Type de Paiement free
Site Web de l'Extension https://github.com/treffynnon/whereby-com-helper-browser-extension
URL de la Page d'Aide https://github.com/treffynnon/whereby-com-helper-browser-extension/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whereby.com\/appear.in meeting room helper",
    "description": "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).",
    "version": "1.2.2",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/96.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup\/index.html",
        "default_title": "whereby.com (previously appear.in) meeting room helper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/whereby.com\/*",
                "https:\/\/appear.in\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/index.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}