Thinkful

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

What is Thinkful?

Thinkful is a Chrome extension developed by eng.thinkful, and its main feature is "Access Thinkful courses easily and enable screensharing support in mentor sessions.".

Extension Screenshots

screenshot

Download Thinkful Extension CRX File

Download Thinkful extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
Official URL https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
Description Access Thinkful courses easily and enable screensharing support in mentor sessions.
File Size 9.73 KB
Installation Count 2,330
Current Version 1.8
Last Updated 2021-08-26
Publish Date 2021-08-26
Rating 1.00/5 Total 1 Ratings
Developer eng.thinkful
Email [email protected]
Payment Type free
Extension Website https://www.thinkful.com
Help Page URL https://www.thinkful.com/faq/
Supported Languages 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"
    }
}