New Room for Google Meet™
The best way to create a new Google Meet™ Room!
ما هو New Room for Google Meet™؟
New Room for Google Meet™ هو إضافة Chrome تم تطويرها بواسطة https://timleland.com، والميزة الرئيسية لها هي "The best way to create a new Google Meet™ Room!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Room for Google Meet™
قم بتنزيل ملفات الامتداد New Room for Google Meet™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily create new Google Meet™ rooms in one easy click. The URL for the Google Meet™ will automatically be copied to your clipboard. A better way to create Google Meet™ rooms that saves you the additional clicks to generate a new meeting room.
معلومات أساسية عن التمديد
الاسم | New Room for Google Meet™ |
ID | gidhcdnlmipmnhpibhfgcmigpebopkgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-room-for-google-meet/gidhcdnlmipmnhpibhfgcmigpebopkgc |
الوصف | The best way to create a new Google Meet™ Room! |
حجم الملف | 18.8 KB |
عدد التثبيتات | 54 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2022-06-07 |
تاريخ النشر | 2022-02-26 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | https://timleland.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://timleland.com/new-google-meet-extension/ |
عنوان صفحة المساعدة | https://timleland.com/contact/ |
عنوان صفحة سياسة الخصوصية | https://t.ly/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Room for Google Meet\u2122", "homepage_url": "https:\/\/timleland.com\/new-google-meet-extension\/", "version": "1.0.6", "icons": { "128": "media\/icons\/icon128.png" }, "description": "The best way to create a new Google Meet\u2122 Room!", "action": { "default_icon": { "38": "media\/icons\/icon38.png" }, "default_title": "New Google Meet\u2122 Room" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "Command+Shift+M" } } } } |