KPI scedule fixer

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

Apa itu KPI scedule fixer?

KPI scedule fixer adalah ekstensi Chrome yang dikembangkan oleh maksterekhov1704, dan fitur utamanya adalah "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi KPI scedule fixer

Unduh file ekstensi KPI scedule fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
URL Resmi https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
Deskripsi The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
Ukuran File 10.59 KB
Jumlah Instalasi 88
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-09-01
Tanggal Publikasi 2021-08-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang maksterekhov1704
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}