I-Know

Never miss an assignment.

Qu'est-ce que I-Know ?

I-Know est une extension Chrome développée par https://synvox.net, et sa fonction principale est "Never miss an assignment.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension I-Know

Téléchargez les fichiers d'extension I-Know au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
URL Officiel https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Description Never miss an assignment.
Taille du Fichier 2.16 MB
Nombre d'Installations 9,027
Version Actuelle 6.0.7
Dernière Mise à Jour 2021-05-06
Date de Publication 2020-04-27
Évaluation 4.33/5 Total 136 Évaluations
Développeur https://synvox.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://synvox.net
URL de la Page d'Aide https://m.me/synvox
URL de la Page de Politique de Confidentialité https://synvox.net/terms
Langues Prises en Charge 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
    }
}