MS Bot

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

Qu'est-ce que MS Bot ?

MS Bot est une extension Chrome développée par Abhishek Meharia, et sa fonction principale est "This extension will help to automate the process of attending live sessions in MS Teams.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MS Bot

Téléchargez les fichiers d'extension MS Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
URL Officiel https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Description This extension will help to automate the process of attending live sessions in MS Teams.
Taille du Fichier 91.43 KB
Nombre d'Installations 16
Version Actuelle 0.3
Dernière Mise à Jour 2020-08-25
Date de Publication 2020-08-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Abhishek Meharia
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://abhim.in
URL de la Page d'Aide https://abhim.in
Langues Prises en Charge 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'"
}