Google Meet - Don't forget to record ribbon

Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.

ما هو Google Meet - Don't forget to record ribbon؟

Google Meet - Don't forget to record ribbon هو إضافة Chrome تم تطويرها بواسطة nils.hamerlinck، والميزة الرئيسية لها هي "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.".

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

screenshot

تحميل ملف CRX للإضافة Google Meet - Don't forget to record ribbon

قم بتنزيل ملفات الامتداد Google Meet - Don't forget to record ribbon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Recording meetings is a great way to promote asynchronous collaboration in a company.

Unfortunately, it happens quite often that organizers find out too late that they forgot to start the recording.

Google doesn't give any option to automate recordings (probably for good reasons).

So this minimalist extension helps organizer to remember about it by adding a flashy ribbon on the top-left side of the app.

Simply click on the ribbon to make it disappear.                    

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

الاسم Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl
الوصف Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.
حجم الملف 7.63 KB
عدد التثبيتات 871
النسخة الحالية 1.0
آخر تحديث 2020-09-28
تاريخ النشر 2020-09-28
تقييم 5.00/5 مجموع تقييمات 2
المطور nils.hamerlinck
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet - Don't forget to record ribbon",
    "description": "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.",
    "version": "1.0",
    "icons": {
        "300": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                ".\/google-meet-dont-forget-to-record-ribbon.user.js"
            ]
        }
    ]
}