MS Bot

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

Vad är MS Bot?

MS Bot är en Chrome-tillägg utvecklad av Abhishek Meharia, och dess huvudfunktion är "This extension will help to automate the process of attending live sessions in MS Teams.".

Tilläggsskärmbilder

screenshot

Ladda ner MS Bot-förlängningens CRX-fil

Ladda ner MS Bot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Officiell webbadress https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Beskrivning This extension will help to automate the process of attending live sessions in MS Teams.
Filstorlek 91.43 KB
Antal Installationer 16
Aktuell Version 0.3
Senast Uppdaterad 2020-08-25
Publiceringsdatum 2020-08-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Abhishek Meharia
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://abhim.in
Hjälpsida URL https://abhim.in
Stödda Språk 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'"
}