Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Cos'è Thinkful?
Thinkful è un'estensione di Chrome sviluppata da eng.thinkful, e la sua funzione principale è "Access Thinkful courses easily and enable screensharing support in mentor sessions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thinkful
Scarica i file di estensione Thinkful in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Access the Thinkful platform with one click from our chrome extension.
Informazioni di Base sull'Estensione
Nome | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
URL Ufficiale | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
Descrizione | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
Dimensione del File | 9.73 KB |
Conteggio Installazioni | 2,330 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2021-08-26 |
Data di Pubblicazione | 2021-08-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | eng.thinkful |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.thinkful.com |
URL della Pagina di Aiuto | https://www.thinkful.com/faq/ |
Lingue Supportate | 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" } } |