School Assistant

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

Wat is School Assistant?

School Assistant is een Chrome-extensie ontwikkeld door Kai Sato, en de belangrijkste functie is "My program's intent is to simplify some actions within a highschool life.".

Download het CRX-bestand van de extensie School Assistant

Download School Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam School Assistant School Assistant
ID gbhhalecfiaaeikchapmfgpnkkkjlffp
Officiële URL https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp
Beschrijving My program's intent is to simplify some actions within a highschool life.
Bestandsgrootte 139 KB
Aantal Installaties 27
Huidige Versie 1.90
Laatst Bijgewerkt 2017-09-07
Publicatiedatum 2017-09-06
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kai Sato
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}