I-Know

Never miss an assignment.

什么是I-Know?

I-Know是由https://synvox.net开发的Chrome扩展程序,该扩展的主要功能是“Never miss an assignment.”。

扩展截图

screenshot
screenshot
screenshot

下载I-Know扩展crx文件

下载I-Know扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
官方URL https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
简介 Never miss an assignment.
文件大小 2.16 MB
安装次数 9,027
当前版本 6.0.7
更新时间 2021-05-06
上架时间 2020-04-27
评分 4.33/5 共136次评分
开发者 https://synvox.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://synvox.net
帮助页面URL https://m.me/synvox
隐私政策页面URL https://synvox.net/terms
支持的语言 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
    }
}