MS Bot

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

MS Bot क्या है?

MS Bot Abhishek Meharia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help to automate the process of attending live sessions in MS Teams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MS Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}