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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}