DVC Ánh Mai

Hỗ trợ nhập liệu từ phần mềm Ánh Mai lên DVC. Cổng dịch vụ công kho bạc nhà nước. Các mẫu đã cập nhật: 01a, 02a

Cos'è DVC Ánh Mai?

DVC Ánh Mai è un'estensione di Chrome sviluppata da Võ Tưởng, e la sua funzione principale è "Hỗ trợ nhập liệu từ phần mềm Ánh Mai lên DVC. Cổng dịch vụ công kho bạc nhà nước. Các mẫu đã cập nhật: 01a, 02a".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DVC Ánh Mai

Scarica i file di estensione DVC Ánh Mai 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 ra từ phần mềm Kế toán Ánh Mai                    

Informazioni di Base sull'Estensione

Nome DVC Ánh Mai DVC Ánh Mai
ID mlpjeabaeednbfmghdebhfllfaijaaon
URL Ufficiale https://chromewebstore.google.com/detail/dvc-%C3%A1nh-mai/mlpjeabaeednbfmghdebhfllfaijaaon
Descrizione Hỗ trợ nhập liệu từ phần mềm Ánh Mai lên DVC. Cổng dịch vụ công kho bạc nhà nước. Các mẫu đã cập nhật: 01a, 02a
Dimensione del File 39.01 KB
Conteggio Installazioni 669
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-07-14
Data di Pubblicazione 2022-07-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Võ Tưởng
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dathangnhanh.net.vn/chinh-sach/Chinh-sach-Quyen-rieng-tu.html
Lingue Supportate vi
manifest.json
{
    "action": {
        "default_title": "DVC \u00c1nh Mai"
    },
    "author": "VSOFT",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/dvc.vst.mof.gov.vn\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "H\u1ed7 tr\u1ee3 nh\u1eadp li\u1ec7u t\u1eeb ph\u1ea7n m\u1ec1m \u00c1nh Mai l\u00ean DVC. C\u1ed5ng d\u1ecbch v\u1ee5 c\u00f4ng kho b\u1ea1c nh\u00e0 n\u01b0\u1edbc. C\u00e1c m\u1eabu \u0111\u00e3 c\u1eadp nh\u1eadt: 01a, 02a",
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "DVC \u00c1nh Mai",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}