MISA DVC Extension

Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN

Wat is MISA DVC Extension?

MISA DVC Extension is een Chrome-extensie ontwikkeld door MISA JSC, en de belangrijkste functie is "Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MISA DVC Extension

Download MISA DVC Extension-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

                        Công cụ hỗ trợ nhập liệu nhanh các mẫu "Đối chiếu, xác nhận số dư tài khoản của đơn vị giao dịch tại KBNN":
- 01a-SDKP/ĐVDT Bảng đối chiếu dự toán kinh phí ngân sách bằng hình thức rút dự toán tại kho bạc nhà nước
- 02a-SDKP/ĐVDT Bảng đối chiếu tình hình sử dụng kinh phí ngân sách bằng hình thức rút dự toán tại kho bạc nhà nước
Đầu vào là các file xuất khẩu từ phần mềm MISA MIMOSA                    

Basisinformatie over de Extensie

Naam MISA DVC Extension MISA DVC Extension
ID nhipcnpoffhibiekgiddlcpfiagahckj
Officiële URL https://chromewebstore.google.com/detail/misa-dvc-extension/nhipcnpoffhibiekgiddlcpfiagahckj
Beschrijving Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN
Bestandsgrootte 33 KB
Aantal Installaties 50,000
Huidige Versie 0.1.2
Laatst Bijgewerkt 2021-12-31
Publicatiedatum 2021-12-29
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar MISA JSC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MISA DVC Extension",
    "version": "0.1.2",
    "description": "C\u00f4ng c\u1ee5 tr\u1ee3, nh\u1eadp li\u1ec7u nhanh m\u1eabu \u0111\u1ed1i chi\u1ebfu 01a, 02a, ... l\u00ean c\u1ed5ng DVC c\u1ee7a KBNN",
    "author": "MISA JSC",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "MISA DVC Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dvc.vst.mof.gov.vn\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "misaDvcScript.js"
            ]
        }
    ]
}