Join Now for Google Meet

Auto-select the Google account that has permission to join the call.

ما هو Join Now for Google Meet؟

Join Now for Google Meet هو إضافة Chrome تم تطويرها بواسطة https://www.hartreeworks.org، والميزة الرئيسية لها هي "Auto-select the Google account that has permission to join the call.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Join Now for Google Meet

قم بتنزيل ملفات الامتداد Join Now for Google Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. 

One day Google will fix this. In the meantime, you can use this extension.

--------------------------------------------------------
PRIVACY & SECURITY
--------------------------------------------------------
The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. 

The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data.

The extension is compatible with Google's Advanced Protection Programme.                    

معلومات أساسية عن التمديد

الاسم Join Now for Google Meet Join Now for Google Meet
ID mljmbebllfeknfjemhnfdmeaadeiclmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk
الوصف Auto-select the Google account that has permission to join the call.
حجم الملف 18.84 KB
عدد التثبيتات 42
النسخة الحالية 1.0.4
آخر تحديث 2023-12-14
تاريخ النشر 2023-09-21
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.hartreeworks.org
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://inboxwhenready.org/terms-privacy.html
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Join Now for Google Meet",
    "version": "1.0.4",
    "description": "Auto-select the Google account that has permission to join the call.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}