MS Bot

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

What is MS Bot?

MS Bot is a Chrome extension developed by Abhishek Meharia, and its main feature is "This extension will help to automate the process of attending live sessions in MS Teams.".

Extension Screenshots

screenshot

Download MS Bot Extension CRX File

Download MS Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Official URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Description This extension will help to automate the process of attending live sessions in MS Teams.
File Size 91.43 KB
Installation Count 16
Current Version 0.3
Last Updated 2020-08-25
Publish Date 2020-08-17
Rating 5.00/5 Total 1 Ratings
Developer Abhishek Meharia
Email [email protected]
Payment Type free
Extension Website https://abhim.in
Help Page URL https://abhim.in
Supported Languages 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'"
}