I-Know

Never miss an assignment.

Apa itu I-Know?

I-Know adalah ekstensi Chrome yang dikembangkan oleh https://synvox.net, dan fitur utamanya adalah "Never miss an assignment.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi I-Know

Unduh file ekstensi I-Know dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
URL Resmi https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Deskripsi Never miss an assignment.
Ukuran File 2.16 MB
Jumlah Instalasi 9,027
Versi Saat Ini 6.0.7
Terakhir Diperbarui 2021-05-06
Tanggal Publikasi 2020-04-27
Penilaian 4.33/5 Total 136 Penilaian
Pengembang https://synvox.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://synvox.net
URL Halaman Bantuan https://m.me/synvox
URL Halaman Kebijakan Privasi https://synvox.net/terms
Bahasa yang Didukung 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
    }
}