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

Qu'est-ce que MISA DVC Extension ?

MISA DVC Extension est une extension Chrome développée par MISA JSC, et sa fonction principale est "Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MISA DVC Extension

Téléchargez les fichiers d'extension MISA DVC Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MISA DVC Extension MISA DVC Extension
ID nhipcnpoffhibiekgiddlcpfiagahckj
URL Officiel https://chromewebstore.google.com/detail/misa-dvc-extension/nhipcnpoffhibiekgiddlcpfiagahckj
Description Công cụ trợ, nhập liệu nhanh mẫu đối chiếu 01a, 02a, ... lên cổng DVC của KBNN
Taille du Fichier 33 KB
Nombre d'Installations 50,000
Version Actuelle 0.1.2
Dernière Mise à Jour 2021-12-31
Date de Publication 2021-12-29
Évaluation 4.60/5 Total 5 Évaluations
Développeur MISA JSC
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}