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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |