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
官方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"
    }
}