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
What is MISA DVC Extension?
MISA DVC Extension is a Chrome extension developed by MISA JSC, and its main feature 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".
Extension Screenshots
Download MISA DVC Extension Extension CRX File
Download MISA DVC Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | MISA DVC Extension |
ID | nhipcnpoffhibiekgiddlcpfiagahckj |
Official URL | 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 |
File Size | 33 KB |
Installation Count | 50,000 |
Current Version | 0.1.2 |
Last Updated | 2021-12-31 |
Publish Date | 2021-12-29 |
Rating | 4.60/5 Total 5 Ratings |
Developer | MISA JSC |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |