I-Know
Never miss an assignment.
I-Know là gì?
I-Know là một tiện ích mở rộng Chrome được phát triển bởi https://synvox.net, và tính năng chính của nó là "Never miss an assignment.".
Ả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 I-Know
Tải xuống các tệp mở rộng I-Know 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
I-Know is a Google Chrome Extension that will help you stay organized. Instead of checking the school's website for assignments, I-Know will check for you, and create a checklist of upcoming assignments. I-Know supports any school using Brightspace or Canvas. Chrome Permissions: Read and change all your data on the websites you visit (Required to connect to Brightspace and Canvas) Read and change your browsing history (Required to find sites to connect to) Display notifications (I-Know sends push notifications so you don't miss assignments) Communicate with cooperating websites (Required so we know when there's a bug) Originally made by a student at BYU-Idaho. Can be used at any school using Brightspace by D2L or Canvas by Instructure.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | I-Know |
ID | oobphcndhljfbmllppplinbdagpnfbjp |
URL Chính Thức | https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp |
Mô tả | Never miss an assignment. |
Kích Thước Tệp | 2.16 MB |
Số Lần Cài Đặt | 9,027 |
Phiên Bản Hiện Tại | 6.0.7 |
Cập Nhật Lần Cuối | 2021-05-06 |
Ngày Phát Hành | 2020-04-27 |
Đánh Giá | 4.33/5 Tổng số 136 Đánh Giá |
Nhà Phát Triển | https://synvox.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://synvox.net |
URL Trang Trợ Giúp | https://m.me/synvox |
URL Trang Chính Sách Bảo Mật | https://synvox.net/terms |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I-Know", "short_name": "I-Know", "offline_enabled": true, "version": "6.0.7", "manifest_version": 2, "description": "Never miss an assignment.", "icons": { "128": "icon128.png" }, "permissions": [ "notifications", "alarms", "activeTab" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "I-Know, never miss an assignment", "default_popup": "popup.html", "default_icon": { "128": "icon128.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |