I-Know
Never miss an assignment.
I-Knowคืออะไร?
I-Know เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://synvox.net และคุณลักษณะหลักของมันคือ "Never miss an assignment."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I-Know
ดาวน์โหลดไฟล์ส่วนขยาย I-Know ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | I-Know |
ID | oobphcndhljfbmllppplinbdagpnfbjp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp |
คำอธิบาย | Never miss an assignment. |
ขนาดไฟล์ | 2.16 MB |
จำนวนการติดตั้ง | 9,027 |
เวอร์ชันปัจจุบัน | 6.0.7 |
อัปเดตครั้งล่าสุด | 2021-05-06 |
วันที่เผยแพร่ | 2020-04-27 |
คะแนน | 4.33/5 รวมทั้งหมด 136 คะแนน |
ผู้พัฒนา | https://synvox.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://synvox.net |
URL หน้าช่วยเหลือ | https://m.me/synvox |
URL หน้านโยบายความเป็นส่วนตัว | https://synvox.net/terms |
ภาษาที่รองรับ | 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 } } |