Thinkful

Access Thinkful courses easily and enable screensharing support in mentor sessions.

ما هو Thinkful؟

Thinkful هو إضافة Chrome تم تطويرها بواسطة eng.thinkful، والميزة الرئيسية لها هي "Access Thinkful courses easily and enable screensharing support in mentor sessions.".

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

screenshot

تحميل ملف CRX للإضافة Thinkful

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

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

                        Access the Thinkful platform with one click from our chrome extension.                    

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

الاسم Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
عنوان URL الرسمي https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
الوصف Access Thinkful courses easily and enable screensharing support in mentor sessions.
حجم الملف 9.73 KB
عدد التثبيتات 2,330
النسخة الحالية 1.8
آخر تحديث 2021-08-26
تاريخ النشر 2021-08-26
تقييم 1.00/5 مجموع تقييمات 1
المطور eng.thinkful
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.thinkful.com
عنوان صفحة المساعدة https://www.thinkful.com/faq/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thinkful",
    "author": "Thinkful, Inc.",
    "homepage_url": "http:\/\/www.thinkful.com\/",
    "version": "1.8",
    "minimum_chrome_version": "34",
    "description": "Access Thinkful courses easily and enable screensharing support in mentor sessions.",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "cookies",
        "*:\/\/*.thinkful.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.thinkful.com\/*",
            "*:\/\/t.ful\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.thinkful.com\/*",
                "*:\/\/t.ful\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background\/global.js",
            "js\/background\/app.js",
            "js\/background\/screensharing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Thinkful"
    }
}