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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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'"
}