Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Co to jest Thinkful?
Thinkful to rozszerzenie Chrome opracowane przez eng.thinkful, a jego główną funkcją jest „Access Thinkful courses easily and enable screensharing support in mentor sessions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Thinkful
Pobierz pliki rozszerzeń Thinkful w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Access the Thinkful platform with one click from our chrome extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
Oficjalny URL | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
Opis | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
Rozmiar pliku | 9.73 KB |
Liczba instalacji | 2,330 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2021-08-26 |
Data Publikacji | 2021-08-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | eng.thinkful |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.thinkful.com |
Adres URL Strony Pomocy | https://www.thinkful.com/faq/ |
Obsługiwane Języki | 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" } } |