MS Bot

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

Co je MS Bot?

MS Bot je rozšíření Chrome vyvinuté Abhishek Meharia, a jeho hlavní funkcí je „This extension will help to automate the process of attending live sessions in MS Teams.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MS Bot

Stáhněte si soubory rozšíření MS Bot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Oficiální URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Popis This extension will help to automate the process of attending live sessions in MS Teams.
Velikost souboru 91.43 KB
Počet instalací 16
Aktuální Verze 0.3
Poslední Aktualizace 2020-08-25
Datum Vydání 2020-08-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Abhishek Meharia
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://abhim.in
URL Stránky Nápovědy https://abhim.in
Podporované Jazyky 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'"
}