Momentum Google Meet Auto Recorder

Automatically ask to start recording when you join a Google Meet meeting.

Co to jest Momentum Google Meet Auto Recorder?

Momentum Google Meet Auto Recorder to rozszerzenie Chrome opracowane przez Momentum, a jego główną funkcją jest „Automatically ask to start recording when you join a Google Meet meeting.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Momentum Google Meet Auto Recorder

Pobierz pliki rozszerzeń Momentum Google Meet Auto Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Never forget to record a call again. The Google Meet Auto Recorder will automatically ask to start recording whenever you join a Google Meet meeting.                    

Podstawowe informacje o rozszerzeniu

Nazwa Momentum Google Meet Auto Recorder Momentum Google Meet Auto Recorder
ID iaoodamngmdoekemidaekbdabpnmonco
Oficjalny URL https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco
Opis Automatically ask to start recording when you join a Google Meet meeting.
Rozmiar pliku 13.08 KB
Liczba instalacji 132
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-10-30
Data Publikacji 2023-09-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Momentum
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.momentum.io/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Momentum Google Meet Auto Recorder",
    "version": "1.1",
    "permissions": [],
    "description": "Automatically ask to start recording when you join a Google Meet meeting.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}