Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Hvad er Thinkful?
Thinkful er en Chrome-udvidelse udviklet af eng.thinkful, og dens hovedfunktion er "Access Thinkful courses easily and enable screensharing support in mentor sessions.".
Udvidelsesskærmbilleder
Download Thinkful-udvidelses-CRX-fil
Download Thinkful-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Access the Thinkful platform with one click from our chrome extension.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
Officiel URL | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
Beskrivelse | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
Filstørrelse | 9.73 KB |
Antal Installationer | 2,330 |
Nuværende Version | 1.8 |
Senest Opdateret | 2021-08-26 |
Udgivelsesdato | 2021-08-26 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | eng.thinkful |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.thinkful.com |
Hjælpeside-URL | https://www.thinkful.com/faq/ |
Understøttede Sprog | 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" } } |