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 هو إضافة Chrome تم تطويرها بواسطة Momentum، والميزة الرئيسية لها هي "Automatically ask to start recording when you join a Google Meet meeting.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Momentum Google Meet Auto Recorder

قم بتنزيل ملفات الامتداد Momentum Google Meet Auto Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}