Canvas Live Chat

Extension will place a chat window for the class below a stream on Canvas.

ما هو Canvas Live Chat؟

Canvas Live Chat هو إضافة Chrome تم تطويرها بواسطة simpsonaustin756، والميزة الرئيسية لها هي "Extension will place a chat window for the class below a stream on Canvas.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Canvas Live Chat

قم بتنزيل ملفات الامتداد Canvas Live Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Extends the functionality of any canvas video stream by adding the dedicated class chat to the same page as the stream itself. This makes it easier to follow the content of the actual stream, stay involved in the chat, and reduce the potential for missing pings.                    

معلومات أساسية عن التمديد

الاسم Canvas Live Chat Canvas Live Chat
ID ejpaglbjdljonlljljegofedlinjiigp
عنوان URL الرسمي https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp
الوصف Extension will place a chat window for the class below a stream on Canvas.
حجم الملف 82.93 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2018-02-01
تاريخ النشر 2018-02-01
المطور simpsonaustin756
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Live Chat",
    "short_name": "Live Chat",
    "description": "Extension will place a chat window for the class below a stream on Canvas.",
    "version": "1.0",
    "author": "Austin Simpson",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "livechat.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}