I-Know

Never miss an assignment.

Vad är I-Know?

I-Know är en Chrome-tillägg utvecklad av https://synvox.net, och dess huvudfunktion är "Never miss an assignment.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner I-Know-förlängningens CRX-fil

Ladda ner I-Know-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
Officiell webbadress https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Beskrivning Never miss an assignment.
Filstorlek 2.16 MB
Antal Installationer 9,027
Aktuell Version 6.0.7
Senast Uppdaterad 2021-05-06
Publiceringsdatum 2020-04-27
Betyg 4.33/5 Totalt 136 Betyg
Utvecklare https://synvox.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://synvox.net
Hjälpsida URL https://m.me/synvox
URL till Sekretesspolicy Sidan https://synvox.net/terms
Stödda Språk 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
    }
}