Thinkful

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

什麼是Thinkful?

Thinkful是由eng.thinkful開發的Chrome擴展程式,該擴展的主要功能是“Access Thinkful courses easily and enable screensharing support in mentor sessions.”。

擴展截圖

screenshot

下載Thinkful擴展crx文件

下載Thinkful擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
官方網址 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"
    }
}