A-Zoom Manager
Useful extension to manage zoom meetings
ما هو A-Zoom Manager؟
A-Zoom Manager هو إضافة Chrome تم تطويرها بواسطة acerisdev، والميزة الرئيسية لها هي "Useful extension to manage zoom meetings".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A-Zoom Manager
قم بتنزيل ملفات الامتداد A-Zoom Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A useful extension for students and professionals to save time and energy while using Zoom. Features: - Categorize and save zoom meetings - Click to join and automatically copy password to clipboard - Beautiful dark design Made by Aceris Contact info: [email protected]
معلومات أساسية عن التمديد
الاسم | A-Zoom Manager |
ID | fbeielocoeimhniadlepcooihbbgaplf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/a-zoom-manager/fbeielocoeimhniadlepcooihbbgaplf |
الوصف | Useful extension to manage zoom meetings |
حجم الملف | 2.24 MB |
عدد التثبيتات | 118 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2021-04-15 |
تاريخ النشر | 2021-04-15 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | acerisdev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A-Zoom Manager", "homepage_url": "http:\/\/localhost:8080\/", "description": "Useful extension to manage zoom meetings", "default_locale": "en", "permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "A-Zoom Manager", "default_icon": { "19": "icons\/19.png", "48": "icons\/48.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |