I-Know

Never miss an assignment.

I-Know란 무엇입니까?

I-Know은(는) https://synvox.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss an assignment."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

I-Know 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}