MS Bot

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

Wat is MS Bot?

MS Bot is een Chrome-extensie ontwikkeld door Abhishek Meharia, en de belangrijkste functie is "This extension will help to automate the process of attending live sessions in MS Teams.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MS Bot

Download MS Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Officiële URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Beschrijving This extension will help to automate the process of attending live sessions in MS Teams.
Bestandsgrootte 91.43 KB
Aantal Installaties 16
Huidige Versie 0.3
Laatst Bijgewerkt 2020-08-25
Publicatiedatum 2020-08-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Abhishek Meharia
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://abhim.in
Help Pagina-URL https://abhim.in
Ondersteunde Talen 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'"
}