MS Bot

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

Что такое MS Bot?

MS Bot - это расширение Chrome, разработанное Abhishek Meharia, и его основная функция - "This extension will help to automate the process of attending live sessions in MS Teams.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MS Bot

Скачайте файлы расширений MS Bot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название MS Bot MS Bot
ID ghbogkemnhihglaecpncmcnccdebmdmc
Официальный URL https://chromewebstore.google.com/detail/ms-bot/ghbogkemnhihglaecpncmcnccdebmdmc
Описание This extension will help to automate the process of attending live sessions in MS Teams.
Размер файла 91.43 KB
Количество установок 16
Текущая Версия 0.3
Последнее Обновление 2020-08-25
Дата публикации 2020-08-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Abhishek Meharia
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://abhim.in
URL страницы помощи https://abhim.in
Поддерживаемые языки 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'"
}