I-Know

Never miss an assignment.

O que é I-Know?

I-Know é uma extensão do Chrome desenvolvida por https://synvox.net, e sua principal característica é "Never miss an assignment.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão I-Know

Baixe arquivos de extensão I-Know no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome I-Know I-Know
ID oobphcndhljfbmllppplinbdagpnfbjp
URL Oficial https://chromewebstore.google.com/detail/i-know/oobphcndhljfbmllppplinbdagpnfbjp
Descrição Never miss an assignment.
Tamanho do Arquivo 2.16 MB
Contagem de Instalações 9,027
Versão Atual 6.0.7
Última Atualização 2021-05-06
Data de Publicação 2020-04-27
Classificação 4.33/5 Total de 136 Avaliações
Desenvolvedor https://synvox.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://synvox.net
URL da Página de Ajuda https://m.me/synvox
URL da Página de Política de Privacidade https://synvox.net/terms
Idiomas Suportados 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
    }
}