whereby.com/appear.in meeting room helper

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

whereby.com/appear.in meeting room helper क्या है?

whereby.com/appear.in meeting room helper Treffynnon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में whereby.com/appear.in meeting room helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम whereby.com/appear.in meeting room helper whereby.com/appear.in meeting room helper
ID kamcahcpkdbdhphbnhblmcgemhbhbohm
आधिकारिक URL https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm
विवरण Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
फ़ाइल का आकार 31.12 KB
स्थापना संख्या 1,816
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2019-08-21
प्रकाशन तिथि 2019-08-21
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर Treffynnon
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/treffynnon/whereby-com-helper-browser-extension
सहायता पृष्ठ URL https://github.com/treffynnon/whereby-com-helper-browser-extension/issues
समर्थित भाषाएँ 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"
    ]
}