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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}