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은(는) nils.hamerlinck에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Google Meet - Don't forget to record ribbon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}