Meet Assistant
Only way for you to record your precious meetings on google meet.
ما هو Meet Assistant؟
Meet Assistant هو إضافة Chrome تم تطويرها بواسطة https://googlemeetrecord.com، والميزة الرئيسية لها هي "Only way for you to record your precious meetings on google meet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meet Assistant
قم بتنزيل ملفات الامتداد Meet Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Meet Assistant is the only free screen recording tool on google meet, providing you with the option of capturing unlimited videos and saving them on your system and drive side by side. Available for Mac, Windows and Linux.
معلومات أساسية عن التمديد
الاسم | Meet Assistant |
ID | dnofffnpfhkjcnicnbikofkmgckebdpm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/meet-assistant/dnofffnpfhkjcnicnbikofkmgckebdpm |
الوصف | Only way for you to record your precious meetings on google meet. |
حجم الملف | 108 KB |
عدد التثبيتات | 2,567 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-09-11 |
تاريخ النشر | 2022-05-28 |
تقييم | 5.00/5 مجموع تقييمات 15 |
المطور | https://googlemeetrecord.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://googlemeetrecord.com/ |
عنوان صفحة المساعدة | https://googlemeetrecord.com/ |
عنوان صفحة سياسة الخصوصية | https://googlemeetrecord.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Assistant", "description": "Only way for you to record your precious meetings on google meet.", "version": "1.1", "permissions": [ "webNavigation", "tabs", "storage", "cookies" ], "host_permissions": [ "https:\/\/meet.google.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/auth" ], "background": { "service_worker": "\/scripts\/background\/background.js" }, "content_scripts": [ { "css": [ "style\/style.css" ], "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "scripts\/jquery-3.4.1.min.js", "scripts\/stimulus.umd.js", "scripts\/swal.min.js", "scripts\/content\/upload.js", "scripts\/content\/recorder.js", "scripts\/content\/login_user.js", "scripts\/content\/content.js", "apis\/srv_api.js" ], "run_at": "document_end" } ], "icons": { "16": ".\/assets\/icons\/48.png", "48": ".\/assets\/icons\/128.png", "128": ".\/assets\/icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png", "assets\/images\/*.ico", "scripts\/*" ], "matches": [ " |