Spaggiari Voti

Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari

Wat is Spaggiari Voti?

Spaggiari Voti is een Chrome-extensie ontwikkeld door https://afilini.com, en de belangrijkste functie is "Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Spaggiari Voti

Download Spaggiari Voti-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

                        CHANGELOG:
Aggiornata grafica.

Funziona anche sul registro elettronico degli anni precedenti.

Questa estensione aggiungerà alla pagina iniziale del registro elettronico un collegamento molto simile a quello originale per poter continuare ad accedere alla tabella dei voti e agli scrutini.                    

Basisinformatie over de Extensie

Naam Spaggiari Voti Spaggiari Voti
ID mejahbjlfkedfihoaincgjlifendaaoi
Officiële URL https://chromewebstore.google.com/detail/spaggiari-voti/mejahbjlfkedfihoaincgjlifendaaoi
Beschrijving Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari
Bestandsgrootte 3.05 MB
Aantal Installaties 142
Huidige Versie 0.3.2
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-29
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar https://afilini.com
Betalingswijze free
Ondersteunde Talen it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.3.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "it",
    "background": {
        "scripts": [
            "bower_components\/bower-google-analytics\/analytics.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background",
        "cookies",
        "https:\/\/*.spaggiari.eu\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.spaggiari.eu\/home\/app\/default\/menu_webinfoschool_studenti.php*"
            ],
            "css": [
                "styles\/main.css",
                "bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*.spaggiari.eu\/sol\/app\/default\/documenti_sol.php*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js",
                "scripts\/pagelle_script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}