UVM Boletas Patch

Repara errores en el sitio de consulta de calificaciónes

UVM Boletas Patchคืออะไร?

UVM Boletas Patch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andreschiaffino19 และคุณลักษณะหลักของมันคือ "Repara errores en el sitio de consulta de calificaciónes"

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

screenshot

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

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

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

                        A la fecha de creación de esta extensión la pagina de consulta de calificaciones de UVM contiene errores en el "frontend" del servicio de consultas. Esta extensión aplica un parche para arreglar estos errores de forma automatíca                    

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

ชื่อ UVM Boletas Patch UVM Boletas Patch
ID iconbhdgnecfofjmbnodbiggdofkkdoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uvm-boletas-patch/iconbhdgnecfofjmbnodbiggdofkkdoa
คำอธิบาย Repara errores en el sitio de consulta de calificaciónes
ขนาดไฟล์ 10.29 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-03-14
วันที่เผยแพร่ 2019-03-14
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา andreschiaffino19
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UVM Boletas Patch",
    "version": "1.1",
    "description": "Repara errores en el sitio de consulta de calificaci\u00f3nes",
    "author": "Andre Schiaffino",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "BoletasFix.js"
            ],
            "matches": [
                "https:\/\/bannerautoserv.uvmnet.edu\/pls\/PRODMXLI\/bwlkegrb.P_Imp_Bol_Des",
                "https:\/\/uvmbannerautoserv.uvmnet.edu\/pls\/PRODMXLI\/bwlkegrb.P_Imp_Bol_Des"
            ]
        }
    ]
}