Thinkful
Access Thinkful courses easily and enable screensharing support in mentor sessions.
Thinkful là gì?
Thinkful là một tiện ích mở rộng Chrome được phát triển bởi eng.thinkful, và tính năng chính của nó là "Access Thinkful courses easily and enable screensharing support in mentor sessions.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Thinkful
Tải xuống các tệp mở rộng Thinkful dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Access the Thinkful platform with one click from our chrome extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hdifhbpniaokcjogffalpnbphplppdcb |
URL Chính Thức | https://chromewebstore.google.com/detail/thinkful/hdifhbpniaokcjogffalpnbphplppdcb |
Mô tả | Access Thinkful courses easily and enable screensharing support in mentor sessions. |
Kích Thước Tệp | 9.73 KB |
Số Lần Cài Đặt | 2,330 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2021-08-26 |
Ngày Phát Hành | 2021-08-26 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | eng.thinkful |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.thinkful.com |
URL Trang Trợ Giúp | https://www.thinkful.com/faq/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |