MS Bot

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

Was ist MS Bot?

MS Bot ist eine Chrome-Erweiterung, die von Abhishek Meharia entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help to automate the process of attending live sessions in MS Teams.".

Erweiterungsscreenshots

screenshot

MS Bot-Erweiterungs-CRX-Datei herunterladen

Laden Sie MS Bot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Offizielle URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Beschreibung This extension will help to automate the process of attending live sessions in MS Teams.
Dateigröße 91.43 KB
Installationsanzahl 16
Aktuelle Version 0.3
Letztes Update 2020-08-25
Veröffentlichungsdatum 2020-08-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Abhishek Meharia
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://abhim.in
Hilfeseite URL https://abhim.in
Unterstützte Sprachen 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'"
}