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

Cos'è MISA DVC Extension?

MISA DVC Extension è un'estensione di Chrome sviluppata da MISA JSC, e la sua funzione principale è "Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MISA DVC Extension

Scarica i file di estensione MISA DVC Extension 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

                        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                    

Informazioni di Base sull'Estensione

Nome MISA DVC Extension MISA DVC Extension
ID nhipcnpoffhibiekgiddlcpfiagahckj
URL Ufficiale https://chromewebstore.google.com/detail/misa-dvc-extension/nhipcnpoffhibiekgiddlcpfiagahckj
Descrizione Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN
Dimensione del File 33 KB
Conteggio Installazioni 50,000
Versione Corrente 0.1.2
Ultimo Aggiornamento 2021-12-31
Data di Pubblicazione 2021-12-29
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore MISA JSC
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}