KPI scedule fixer

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

Cos'è KPI scedule fixer?

KPI scedule fixer è un'estensione di Chrome sviluppata da maksterekhov1704, e la sua funzione principale è "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KPI scedule fixer

Scarica i file di estensione KPI scedule fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
URL Ufficiale https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
Descrizione The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
Dimensione del File 10.59 KB
Conteggio Installazioni 88
Versione Corrente 1.1
Ultimo Aggiornamento 2021-09-01
Data di Pubblicazione 2021-08-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore maksterekhov1704
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}