Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Thinkfulとは何ですか?
Thinkfulはeng.thinkfulによって開発されたChromeの拡張機能で、その主な機能は「Access Thinkful courses easily and enable screensharing support in mentor sessions.」です。
拡張機能のスクリーンショット
Thinkful拡張機能のCRXファイルをダウンロード
Thinkful拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Access the Thinkful platform with one click from our chrome extension.
拡張機能の基本情報
名前 | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
公式URL | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
説明 | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
ファイルサイズ | 9.73 KB |
インストール数 | 2,330 |
現在のバージョン | 1.8 |
最終更新日 | 2021-08-26 |
公開日 | 2021-08-26 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | eng.thinkful |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.thinkful.com |
ヘルプページのURL | https://www.thinkful.com/faq/ |
対応言語 | 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" } } |