KPI scedule fixer

The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects

KPI scedule fixerคืออะไร?

KPI scedule fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maksterekhov1704 และคุณลักษณะหลักของมันคือ "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects"

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

screenshot
screenshot

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

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

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

                        Данное расширение создано специально для rozklad.kpi.ua и служит для очистки расписания от неиспользуемых выборных предметов                    

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

ชื่อ KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
คำอธิบาย The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
ขนาดไฟล์ 10.59 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2021-08-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา maksterekhov1704
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "KPI scedule fixer",
    "description": "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rozklad.kpi.ua\/*"
            ],
            "js": [
                "KPI_Scedule_fixer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "KPI Scedule fixer",
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    }
}