I-Know

Never miss an assignment.

Cos'è I-Know?

I-Know è un'estensione di Chrome sviluppata da https://synvox.net, e la sua funzione principale è "Never miss an assignment.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione I-Know

Scarica i file di estensione I-Know in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
URL Ufficiale https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Descrizione Never miss an assignment.
Dimensione del File 2.16 MB
Conteggio Installazioni 9,027
Versione Corrente 6.0.7
Ultimo Aggiornamento 2021-05-06
Data di Pubblicazione 2020-04-27
Valutazione 4.33/5 Totale 136 Valutazioni
Sviluppatore https://synvox.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://synvox.net
URL della Pagina di Aiuto https://m.me/synvox
URL della Pagina della Politica sulla Privacy https://synvox.net/terms
Lingue Supportate 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
    }
}