Alice2Laureandosi

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

Alice2Laureandosi là gì?

Alice2Laureandosi là một tiện ích mở rộng Chrome được phát triển bởi laureandosi.ing.unipi, và tính năng chính của nó là "Guida per il calcolo del voto di laurea tramite il portale Laureandosi.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alice2Laureandosi

Tải xuống các tệp mở rộng Alice2Laureandosi dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alice2Laureandosi Alice2Laureandosi
ID mfbbebhjmogfengphekpdpnkbkdeljoa
URL Chính Thức https://chromewebstore.google.com/detail/alice2laureandosi/mfbbebhjmogfengphekpdpnkbkdeljoa
Mô tả Guida per il calcolo del voto di laurea tramite il portale Laureandosi.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2019-09-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển laureandosi.ing.unipi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.studenti.unipi.it
URL Trang Trợ Giúp http://laureandosi.ing.unipi.it/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}