I-Know

Never miss an assignment.

Was ist I-Know?

I-Know ist eine Chrome-Erweiterung, die von https://synvox.net entwickelt wurde, und ihr Hauptmerkmal ist "Never miss an assignment.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

I-Know-Erweiterungs-CRX-Datei herunterladen

Laden Sie I-Know-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
Offizielle URL https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Beschreibung Never miss an assignment.
Dateigröße 2.16 MB
Installationsanzahl 9,027
Aktuelle Version 6.0.7
Letztes Update 2021-05-06
Veröffentlichungsdatum 2020-04-27
Bewertung 4.33/5 Insgesamt 136 Bewertungen
Entwickler https://synvox.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://synvox.net
Hilfeseite URL https://m.me/synvox
URL der Datenschutzrichtlinien-Seite https://synvox.net/terms
Unterstützte Sprachen 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
    }
}