Auto Attendant (Google Meet & MS Teams)

This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file

Auto Attendant (Google Meet & MS Teams)คืออะไร?

Auto Attendant (Google Meet & MS Teams) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KIT_incubationcenter และคุณลักษณะหลักของมันคือ "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Attendant (Google Meet & MS Teams)

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

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

                        This extension is to test the users' preference on attendance tracking. In the next version, we will launch new features, containing timing tracking and participates' interaction during the meeting.                    

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

ชื่อ Auto Attendant (Google Meet & MS Teams) Auto Attendant (Google Meet & MS Teams)
ID ddkafiapklpednilkcmmokogcciehabg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-attendant-google-mee/ddkafiapklpednilkcmmokogcciehabg
คำอธิบาย This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file
ขนาดไฟล์ 29.92 KB
จำนวนการติดตั้ง 165
เวอร์ชันปัจจุบัน 0.01
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2022-02-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา KIT_incubationcenter
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Attendant (Google Meet & MS Teams)",
    "version": "0.01",
    "description": "This extensions allows to download the list of participants in a meeting in Microsoft Teams or Google Meet as a text file",
    "permissions": [
        "downloads",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "..\/html\/popup.html",
        "default_icon": {
            "16": "images\/particip_16.png",
            "32": "images\/particip_32.png",
            "48": "images\/particip_48.png",
            "128": "images\/particip_128.png"
        }
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "get-call.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}