Super Esse3
Visualizza statistiche sul tuo libretto online.
Wat is Super Esse3?
Super Esse3 is een Chrome-extensie ontwikkeld door alex.massy, en de belangrijkste functie is "Visualizza statistiche sul tuo libretto online.".
Extensie Screenshots
Download het CRX-bestand van de extensie Super Esse3
Download Super Esse3-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
Quando si accede a "webstudenti.unica.it" (meglio conosciuto dagli studenti come esse3) e si effettua il login con le proprie credenziali, è possibile visualizzare diverse informazioni. Tra le tante, è disponibile nella sezione "Carriera" il proprio piano di studi, con indicazioni su quali esami sono stati sostenuti e con che voto. Ciò che il portale non fornisce è, ad esempio, il numero di CFU conseguiti e la base di Laurea con la media corrente.
Grazie a questa estensione, potete visualizzare statistiche sulla vostra carriera universitaria. In particolare, viene calcolata la media ponderata, il numero di CFU ottenuto e la base di Laurea. Inoltre, vi è la possibilità di vedere l'evoluzione di queste informazioni aggiungendo, in un apposito form, un esame non ancora registrato! Basisinformatie over de Extensie
| Naam | |
| ID | opdhdiajndlfckidaibkjhohbjfnfcjm |
| Officiële URL | https://chromewebstore.google.com/detail/super-esse3/opdhdiajndlfckidaibkjhohbjfnfcjm |
| Beschrijving | Visualizza statistiche sul tuo libretto online. |
| Bestandsgrootte | 4.84 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-12-08 |
| Publicatiedatum | 2015-12-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | alex.massy |
| Betalingswijze | free |
| Ondersteunde Talen | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"SuperEsse3.user.js"
],
"matches": [
"https:\/\/webstudenti.unica.it\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"description": "Visualizza statistiche sul tuo libretto online.",
"name": "Super Esse3",
"version": "1.1"
} | |