Spaggiari Voti
Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari
What is Spaggiari Voti?
Spaggiari Voti is a Chrome extension developed by https://afilini.com, and its main feature is "Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari".
Extension Screenshots
Download Spaggiari Voti Extension CRX File
Download Spaggiari Voti extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Spaggiari Voti |
ID | mejahbjlfkedfihoaincgjlifendaaoi |
Official URL | https://chromewebstore.google.com/detail/spaggiari-voti/mejahbjlfkedfihoaincgjlifendaaoi |
Description | Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari |
File Size | 3.05 MB |
Installation Count | 142 |
Current Version | 0.3.2 |
Last Updated | 2017-03-29 |
Publish Date | 2017-03-29 |
Rating | 4.45/5 Total 11 Ratings |
Developer | https://afilini.com |
Payment Type | free |
Supported Languages | 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 } ] } |