School Assistant

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

Τι είναι το School Assistant;

Το School Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kai Sato, και η κύρια λειτουργία του είναι "My program's intent is to simplify some actions within a highschool life.".

Λήψη αρχείου CRX της επέκτασης School Assistant

Λήψη αρχείων επέκτασης School Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα School Assistant School Assistant
ID gbhhalecfiaaeikchapmfgpnkkkjlffp
Επίσημο URL https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp
Περιγραφή My program's intent is to simplify some actions within a highschool life.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 1.90
Τελευταία Ενημέρωση 2017-09-07
Ημερομηνία Δημοσίευσης 2017-09-06
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Kai Sato
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}