KPI scedule fixer

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

KPI scedule fixer là gì?

KPI scedule fixer là một tiện ích mở rộng Chrome được phát triển bởi maksterekhov1704, và tính năng chính của nó là "The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KPI scedule fixer

Tải xuống các tệp mở rộng KPI scedule fixer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KPI scedule fixer KPI scedule fixer
ID eghemfbcldijcjjhfocnaplahkpkaflh
URL Chính Thức https://chromewebstore.google.com/detail/kpi-scedule-fixer/eghemfbcldijcjjhfocnaplahkpkaflh
Mô tả The extension is designed to fix KPI elective subjects problem by cleaning the scedule from unused subjects
Kích Thước Tệp 10.59 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2021-08-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển maksterekhov1704
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}