Meet Record Reminder

Reminds to start recording of the meeting

What is Meet Record Reminder?

Meet Record Reminder is a Chrome extension developed by uliana.sirotina, and its main feature is "Reminds to start recording of the meeting".

Extension Screenshots

screenshot

Download Meet Record Reminder Extension CRX File

Download Meet Record Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Chrome Browser Extension is a very in-your-face reminder to start the meeting recording.
You can hide it by simple clicking on it.                    

Extension Basic Information

Name Meet Record Reminder Meet Record Reminder
ID cfmacobhiaapehklgmjciabokffpmiel
Official URL https://chromewebstore.google.com/detail/meet-record-reminder/cfmacobhiaapehklgmjciabokffpmiel
Description Reminds to start recording of the meeting
File Size 30.83 KB
Installation Count 248
Current Version 1.0
Last Updated 2021-08-11
Publish Date 2021-08-11
Rating 5.00/5 Total 1 Ratings
Developer uliana.sirotina
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meet Record Reminder",
    "version": "1.0",
    "description": "Reminds to start recording of the meeting",
    "author": "Uliana Sirotina ",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3
}