Thinkful

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

Co je Thinkful?

Thinkful je rozšíření Chrome vyvinuté eng.thinkful, a jeho hlavní funkcí je „Access Thinkful courses easily and enable screensharing support in mentor sessions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Thinkful

Stáhněte si soubory rozšíření Thinkful ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
Oficiální URL https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
Popis Access Thinkful courses easily and enable screensharing support in mentor sessions.
Velikost souboru 9.73 KB
Počet instalací 2,330
Aktuální Verze 1.8
Poslední Aktualizace 2021-08-26
Datum Vydání 2021-08-26
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář eng.thinkful
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.thinkful.com
URL Stránky Nápovědy https://www.thinkful.com/faq/
Podporované Jazyky 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"
    }
}