Momentum Google Meet Auto Recorder

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

What is Momentum Google Meet Auto Recorder?

Momentum Google Meet Auto Recorder is a Chrome extension developed by Momentum, and its main feature is "Automatically ask to start recording when you join a Google Meet meeting.".

Extension Screenshots

screenshot

Download Momentum Google Meet Auto Recorder Extension CRX File

Download Momentum Google Meet Auto Recorder 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

                        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.                    

Extension Basic Information

Name Momentum Google Meet Auto Recorder Momentum Google Meet Auto Recorder
ID iaoodamngmdoekemidaekbdabpnmonco
Official URL https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco
Description Automatically ask to start recording when you join a Google Meet meeting.
File Size 13.08 KB
Installation Count 132
Current Version 1.1
Last Updated 2023-10-30
Publish Date 2023-09-16
Rating 5.00/5 Total 1 Ratings
Developer Momentum
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.momentum.io/privacy-policy
Supported Languages 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"
    }
}