I-Know

Never miss an assignment.

Co je I-Know?

I-Know je rozšíření Chrome vyvinuté https://synvox.net, a jeho hlavní funkcí je „Never miss an assignment.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření I-Know

Stáhněte si soubory rozšíření I-Know ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
Oficiální URL https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Popis Never miss an assignment.
Velikost souboru 2.16 MB
Počet instalací 9,027
Aktuální Verze 6.0.7
Poslední Aktualizace 2021-05-06
Datum Vydání 2020-04-27
Hodnocení 4.33/5 Celkem 136 Hodnocení
Vývojář https://synvox.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://synvox.net
URL Stránky Nápovědy https://m.me/synvox
URL Stránky Zásad Ochrany Soukromí https://synvox.net/terms
Podporované Jazyky 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
    }
}