MS Bot

This extension will help to automate the process of attending live sessions in MS Teams.

MS Botคืออะไร?

MS Bot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Meharia และคุณลักษณะหลักของมันคือ "This extension will help to automate the process of attending live sessions in MS Teams."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MS Bot

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

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

                        This extension will help to automate the process of attending live sessions in MS Teams.                    

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

ชื่อ MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
คำอธิบาย This extension will help to automate the process of attending live sessions in MS Teams.
ขนาดไฟล์ 91.43 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-08-25
วันที่เผยแพร่ 2020-08-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Abhishek Meharia
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://abhim.in
URL หน้าช่วยเหลือ https://abhim.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MS Bot",
    "description": "This extension will help to automate the process of attending live sessions in MS Teams.",
    "version": "0.3",
    "icons": {
        "64": "images\/bot-64.png",
        "128": "images\/bot-128.png",
        "256": "images\/bot-256.png",
        "512": "images\/bot-512.png"
    },
    "browser_action": {
        "default_icon": "images\/bot-256.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}