I-Know
Never miss an assignment.
Wat is I-Know?
I-Know is een Chrome-extensie ontwikkeld door https://synvox.net, en de belangrijkste functie is "Never miss an assignment.".
Extensie Screenshots
Download het CRX-bestand van de extensie I-Know
Download I-Know-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | I-Know |
ID | oobphcndhljfbmllppplinbdagpnfbjp |
Officiële URL | https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp |
Beschrijving | Never miss an assignment. |
Bestandsgrootte | 2.16 MB |
Aantal Installaties | 9,027 |
Huidige Versie | 6.0.7 |
Laatst Bijgewerkt | 2021-05-06 |
Publicatiedatum | 2020-04-27 |
Beoordeling | 4.33/5 Totaal 136 Beoordelingen |
Ontwikkelaar | https://synvox.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://synvox.net |
Help Pagina-URL | https://m.me/synvox |
URL van de Privacybeleid Pagina | https://synvox.net/terms |
Ondersteunde Talen | 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 } } |