Thinkful

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

Was ist Thinkful?

Thinkful ist eine Chrome-Erweiterung, die von eng.thinkful entwickelt wurde, und ihr Hauptmerkmal ist "Access Thinkful courses easily and enable screensharing support in mentor sessions.".

Erweiterungsscreenshots

screenshot

Thinkful-Erweiterungs-CRX-Datei herunterladen

Laden Sie Thinkful-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Thinkful Thinkful
ID hdifhbpniaokcjogffalpnbphplppdcb
Offizielle URL https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb
Beschreibung Access Thinkful courses easily and enable screensharing support in mentor sessions.
Dateigröße 9.73 KB
Installationsanzahl 2,330
Aktuelle Version 1.8
Letztes Update 2021-08-26
Veröffentlichungsdatum 2021-08-26
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler eng.thinkful
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.thinkful.com
Hilfeseite URL https://www.thinkful.com/faq/
Unterstützte Sprachen 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"
    }
}