School Assistant

My program's intent is to simplify some actions within a highschool life.

O que é School Assistant?

School Assistant é uma extensão do Chrome desenvolvida por Kai Sato, e sua principal característica é "My program's intent is to simplify some actions within a highschool life.".

Baixar o arquivo CRX da Extensão School Assistant

Baixe arquivos de extensão School Assistant 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

                        School Assistant is a program that allows users to input their bell times, timetables and other data to receive information such as predictions and alerts. This provides especially useful to students and teachers at schools as it is based around how to go through a day.                    

Informações Básicas da Extensão

Nome School Assistant School Assistant
ID gbhhalecfiaaeikchapmfgpnkkkjlffp
URL Oficial https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp
Descrição My program's intent is to simplify some actions within a highschool life.
Tamanho do Arquivo 139 KB
Contagem de Instalações 27
Versão Atual 1.90
Última Atualização 2017-09-07
Data de Publicação 2017-09-06
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Kai Sato
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "School Assistant",
    "description": "My program's intent is to simplify some actions within a highschool life.",
    "minimum_chrome_version": "38",
    "version": "1.90",
    "icons": {
        "128": "Resources\/School_Assistant.png"
    },
    "permissions": [
        "notifications",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "Resources\/School_Assistant.png",
        "default_title": "School Assistant",
        "default_popup": "\/Setup\/Basic_Info\/basic_info.html"
    },
    "background": {
        "scripts": [
            "\/Resources\/Notifications.js",
            "\/Resources\/timescript.js",
            "\/Resources\/homepageredirect.js",
            "\/Resources\/googleanalytics.js",
            "Resources\/session.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/a\/lism.catholic.edu.au\/forms\/d\/1-Ct651_EtKY8xzp79lYis9DFTiKBI5E52paJnCw1Yjw\/edit"
            ],
            "js": [
                "Resources\/content_script.js"
            ]
        }
    ]
}