MS Bot

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

Hvad er MS Bot?

MS Bot er en Chrome-udvidelse udviklet af Abhishek Meharia, og dens hovedfunktion er "This extension will help to automate the process of attending live sessions in MS Teams.".

Udvidelsesskærmbilleder

screenshot

Download MS Bot-udvidelses-CRX-fil

Download MS Bot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Officiel URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Beskrivelse This extension will help to automate the process of attending live sessions in MS Teams.
Filstørrelse 91.43 KB
Antal Installationer 16
Nuværende Version 0.3
Senest Opdateret 2020-08-25
Udgivelsesdato 2020-08-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Abhishek Meharia
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://abhim.in
Hjælpeside-URL https://abhim.in
Understøttede Sprog 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'"
}