Google Meet Random Picker
Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…
ما هو Google Meet Random Picker؟
Google Meet Random Picker هو إضافة Chrome تم تطويرها بواسطة davisgramza، والميزة الرئيسية لها هي "Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Meet Random Picker
قم بتنزيل ملفات الامتداد Google Meet Random Picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick random members of the google meet. After pressing the button, the name and image of the user is displayed below the button. This enables meeting leaders that requires active participation from the group i.e. a classroom, to have the capability to select users from the meeting randomly, without prejustice or bias. Note: Due to limitations of google meetings, only displayed users can be selected. Workaround is underway.
معلومات أساسية عن التمديد
الاسم | Google Meet Random Picker |
ID | iodkgkdaapibojgkceoclhgjpahblkio |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-meet-random-picker/iodkgkdaapibojgkceoclhgjpahblkio |
الوصف | Google Meet Random Picker is a chrome extension which adds a random button to the google meet webpage, allowing users to pick… |
حجم الملف | 584 KB |
عدد التثبيتات | 1,774 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-19 |
تاريخ النشر | 2021-01-12 |
تقييم | 1.00/5 مجموع تقييمات 3 |
المطور | davisgramza |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Random Picker", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "\/static\/css\/app.css", "\/static\/css\/content.css" ], "js": [ "\/static\/js\/content.js" ] } ] } |