Google Meet Attendance

Save the time joined and left of all attendees with one click!

Google Meet Attendanceคืออะไร?

Google Meet Attendance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vinamr Bajaj และคุณลักษณะหลักของมันคือ "Save the time joined and left of all attendees with one click!"

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

screenshot
screenshot

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

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

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

                        Save the time joined and left of all attendees with one click!
Enabling one click attendance for your google meet class.                    

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

ชื่อ Google Meet Attendance Google Meet Attendance
ID mjjngncbeabeggcnjogcnaifjbkmbaap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap
คำอธิบาย Save the time joined and left of all attendees with one click!
ขนาดไฟล์ 44.35 KB
จำนวนการติดตั้ง 1,296
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-08-17
วันที่เผยแพร่ 2020-08-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vinamr Bajaj
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://axios-iiitl.github.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}