MS Bot

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

Cos'è MS Bot?

MS Bot è un'estensione di Chrome sviluppata da Abhishek Meharia, e la sua funzione principale è "This extension will help to automate the process of attending live sessions in MS Teams.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MS Bot

Scarica i file di estensione MS Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
URL Ufficiale https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Descrizione This extension will help to automate the process of attending live sessions in MS Teams.
Dimensione del File 91.43 KB
Conteggio Installazioni 16
Versione Corrente 0.3
Ultimo Aggiornamento 2020-08-25
Data di Pubblicazione 2020-08-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Abhishek Meharia
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://abhim.in
URL della Pagina di Aiuto https://abhim.in
Lingue Supportate 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'"
}