MS Bot

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

MS Botとは何ですか?

MS BotはAbhishek Mehariaによって開発されたChromeの拡張機能で、その主な機能は「This extension will help to automate the process of attending live sessions in MS Teams.」です。

拡張機能のスクリーンショット

screenshot

MS Bot拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}