Momentum Google Meet Auto Recorder

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

Momentum Google Meet Auto Recorder क्या है?

Momentum Google Meet Auto Recorder Momentum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically ask to start recording when you join a Google Meet meeting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Momentum Google Meet Auto Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Momentum Google Meet Auto Recorder Momentum Google Meet Auto Recorder
ID iaoodamngmdoekemidaekbdabpnmonco
आधिकारिक URL https://chromewebstore.google.com/detail/momentum-google-meet-auto/iaoodamngmdoekemidaekbdabpnmonco
विवरण Automatically ask to start recording when you join a Google Meet meeting.
फ़ाइल का आकार 13.08 KB
स्थापना संख्या 132
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-10-30
प्रकाशन तिथि 2023-09-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Momentum
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.momentum.io/privacy-policy
समर्थित भाषाएँ 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"
    }
}