KPI scedule fixer

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

Vad är KPI scedule fixer?

KPI scedule fixer är en Chrome-tillägg utvecklad av maksterekhov1704, och dess huvudfunktion är "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner KPI scedule fixer-förlängningens CRX-fil

Ladda ner KPI scedule fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
Officiell webbadress https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
Beskrivning The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
Filstorlek 10.59 KB
Antal Installationer 88
Aktuell Version 1.1
Senast Uppdaterad 2021-09-01
Publiceringsdatum 2021-08-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare maksterekhov1704
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}