KPI scedule fixer

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

Wat is KPI scedule fixer?

KPI scedule fixer is een Chrome-extensie ontwikkeld door maksterekhov1704, en de belangrijkste functie is "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KPI scedule fixer

Download KPI scedule fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
Officiële URL https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
Beschrijving The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
Bestandsgrootte 10.59 KB
Aantal Installaties 88
Huidige Versie 1.1
Laatst Bijgewerkt 2021-09-01
Publicatiedatum 2021-08-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar maksterekhov1704
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}