Meet Record Reminder

Reminds to start recording of the meeting

Meet Record Reminderคืออะไร?

Meet Record Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uliana.sirotina และคุณลักษณะหลักของมันคือ "Reminds to start recording of the meeting"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet Record Reminder

ดาวน์โหลดไฟล์ส่วนขยาย Meet Record Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meet Record Reminder Meet Record Reminder
ID cfmacobhiaapehklgmjciabokffpmiel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meet-record-reminder/cfmacobhiaapehklgmjciabokffpmiel
คำอธิบาย Reminds to start recording of the meeting
ขนาดไฟล์ 30.83 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-11
วันที่เผยแพร่ 2021-08-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา uliana.sirotina
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}