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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Treffynnon, και η κύρια λειτουργία του είναι "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης whereby.com/appear.in meeting room helper
Λήψη αρχείων επέκτασης whereby.com/appear.in meeting room helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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" ] } |