Zoom Redirector
Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client.
ما هو Zoom Redirector؟
Zoom Redirector هو إضافة Chrome تم تطويرها بواسطة http://arkadiyt.com، والميزة الرئيسية لها هي "Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zoom Redirector
قم بتنزيل ملفات الامتداد Zoom Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instead of having to search for the hidden "join from your browser" link, this addon will take you there automatically.
معلومات أساسية عن التمديد
الاسم | |
ID | fmaeeiocbalinknpdkjjfogehkdcbkcd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zoom-redirector/fmaeeiocbalinknpdkjjfogehkdcbkcd |
الوصف | Zoom Redirector transparently redirects any meeting links to use Zoom's browser based web client. |
حجم الملف | 44.38 KB |
عدد التثبيتات | 30,000 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2020-08-24 |
تاريخ النشر | 2020-03-27 |
تقييم | 4.92/5 مجموع تقييمات 12 |
المطور | http://arkadiyt.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "48": "img\/icon-48x48.png", "128": "img\/icon-128x128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.zoom.us\/*", "*:\/\/*.zoomgov.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2 } |