Alice2Laureandosi

Guida per il calcolo del voto di laurea tramite il portale Laureandosi.

Alice2Laureandosiคืออะไร?

Alice2Laureandosi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laureandosi.ing.unipi และคุณลักษณะหลักของมันคือ "Guida per il calcolo del voto di laurea tramite il portale Laureandosi."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alice2Laureandosi

ดาวน์โหลดไฟล์ส่วนขยาย Alice2Laureandosi ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Guida all' importazione degli esami dal libretto al portale Laureandosi, guida alla compilazione della richiesta e calcolo del voto di Laurea. 
Per cominciare vai sul sito https://www.studenti.unipi.it                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alice2Laureandosi Alice2Laureandosi
ID mfbbebhjmogfengphekpdpnkbkdeljoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alice2laureandosi/mfbbebhjmogfengphekpdpnkbkdeljoa
คำอธิบาย Guida per il calcolo del voto di laurea tramite il portale Laureandosi.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 528
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2019-09-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา laureandosi.ing.unipi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.studenti.unipi.it
URL หน้าช่วยเหลือ http://laureandosi.ing.unipi.it/
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Guida per il calcolo del voto di laurea tramite il portale Laureandosi.",
    "manifest_version": 2,
    "name": "Alice2Laureandosi",
    "short_name": "A2L",
    "version": "1.9",
    "homepage_url": "https:\/\/laureandosi.ing.unipi.it\/",
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "page\/Credits.html",
        "default_title": "Alice2Laureandosi"
    },
    "icons": {
        "48": "icons\/logo.png"
    },
    "web_accessible_resources": [
        "icons\/logo.png",
        "icons\/loading.gif",
        "icons\/loading2.gif"
    ],
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.studenti.unipi.it\/*",
                "https:\/\/laureandosi.ing.unipi.it\/*",
                "https:\/\/chrome.google.com\/webstore\/search\/*"
            ],
            "js": [
                "script\/jquery-3.1.1.min.js",
                "script\/jquery-ui.min.js",
                "main.js"
            ],
            "css": [
                "style\/main.css",
                "style\/jquery-ui.min.css"
            ]
        }
    ]
}