MS Bot

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

Co to jest MS Bot?

MS Bot to rozszerzenie Chrome opracowane przez Abhishek Meharia, a jego główną funkcją jest „This extension will help to automate the process of attending live sessions in MS Teams.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MS Bot

Pobierz pliki rozszerzeń MS Bot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Oficjalny URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Opis This extension will help to automate the process of attending live sessions in MS Teams.
Rozmiar pliku 91.43 KB
Liczba instalacji 16
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-08-25
Data Publikacji 2020-08-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Abhishek Meharia
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://abhim.in
Adres URL Strony Pomocy https://abhim.in
Obsługiwane Języki 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'"
}