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.

Apa itu Google Meet - Don't forget to record ribbon?

Google Meet - Don't forget to record ribbon adalah ekstensi Chrome yang dikembangkan oleh nils.hamerlinck, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Meet - Don't forget to record ribbon

Unduh file ekstensi Google Meet - Don't forget to record ribbon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
URL Resmi https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl
Deskripsi Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.
Ukuran File 7.63 KB
Jumlah Instalasi 871
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-09-28
Tanggal Publikasi 2020-09-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang nils.hamerlinck
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}