Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Wat is Thinkful?
Thinkful is een Chrome-extensie ontwikkeld door eng.thinkful, en de belangrijkste functie is "Access Thinkful courses easily and enable screensharing support in mentor sessions.".
Extensie Screenshots
Download het CRX-bestand van de extensie Thinkful
Download Thinkful-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Access the Thinkful platform with one click from our chrome extension.
Basisinformatie over de Extensie
Naam | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
Officiële URL | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
Beschrijving | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
Bestandsgrootte | 9.73 KB |
Aantal Installaties | 2,330 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2021-08-26 |
Publicatiedatum | 2021-08-26 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | eng.thinkful |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.thinkful.com |
Help Pagina-URL | https://www.thinkful.com/faq/ |
Ondersteunde Talen | 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" } } |