Spaggiari Voti

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

Spaggiari Voti란 무엇입니까?

Spaggiari Voti은(는) https://afilini.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Spaggiari Voti 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Spaggiari Voti Spaggiari Voti
ID mejahbjlfkedfihoaincgjlifendaaoi
공식 URL https://chromewebstore.google.com/detail/spaggiari-voti/mejahbjlfkedfihoaincgjlifendaaoi
설명 Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari
파일 크기 3.05 MB
설치 횟수 142
현재 버전 0.3.2
최근 업데이트 2017-03-29
출시 날짜 2017-03-29
평점 4.45/5 총 11 개의 평점
개발자 https://afilini.com
결제 유형 free
지원되는 언어 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
        }
    ]
}