MS Bot

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

MS Bot là gì?

MS Bot là một tiện ích mở rộng Chrome được phát triển bởi Abhishek Meharia, và tính năng chính của nó là "This extension will help to automate the process of attending live sessions in MS Teams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MS Bot

Tải xuống các tệp mở rộng MS Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
URL Chính Thức https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Mô tả This extension will help to automate the process of attending live sessions in MS Teams.
Kích Thước Tệp 91.43 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-08-25
Ngày Phát Hành 2020-08-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Abhishek Meharia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://abhim.in
URL Trang Trợ Giúp https://abhim.in
Ngôn Ngữ Được Hỗ Trợ 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'"
}