MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu
Nhập nhanh dữ liệu tài sản từ file .JSON vào phần mềm QLTSC của Bộ Tài chính.
What is MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu?
MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu is a Chrome extension developed by MISA JSC, and its main feature is "Nhập nhanh dữ liệu tài sản từ file .JSON vào phần mềm QLTSC của Bộ Tài chính.".
Extension Screenshots
Download MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu Extension CRX File
Download MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu 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
MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu --------------------------------------------------------------------------- Giúp nhập nhanh dữ liệu tài sản từ file .JSON xuất khẩu từ phần mềm qltsapp.misa.vn vào phần mềm QLTSC của Bộ Tài chính --- Cập nhật phiên bản mới 1.3--- Thêm yêu cầu phát triển, fix bug, cải tiến hiệu năng --- Cập nhật phiên bản mới 1.2--- Nâng cấp trải nghiệm, fix một số lỗi từ phiên bản cũ --- Cập nhật phiên bản mới 1.1--- Nâng cấp, fix một số lỗi
Extension Basic Information
Name | MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu |
ID | phnpnjjkppakdebjmehakohccnlmcccl |
Official URL | https://chromewebstore.google.com/detail/misa-qlts-input-c%C3%B4ng-c%E1%BB%A5-h/phnpnjjkppakdebjmehakohccnlmcccl |
Description | Nhập nhanh dữ liệu tài sản từ file .JSON vào phần mềm QLTSC của Bộ Tài chính. |
File Size | 64.61 KB |
Installation Count | 4,187 |
Current Version | 1.3 |
Last Updated | 2024-01-26 |
Publish Date | 2023-03-20 |
Rating | 2.50/5 Total 2 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 QLTS - INPUT - C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 nh\u1eadp li\u1ec7u ", "description": "Nh\u1eadp nhanh d\u1eef li\u1ec7u t\u00e0i s\u1ea3n t\u1eeb file .JSON v\u00e0o ph\u1ea7n m\u1ec1m QLTSC c\u1ee7a B\u1ed9 T\u00e0i ch\u00ednh.", "version": "1.3", "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "js": [ "scripts\/jquery.min.js", "scripts\/content.js" ], "matches": [ "https:\/\/qltsc.mof.gov.vn\/*" ] } ], "host_permissions": [ "https:\/\/qltsc.mof.gov.vn\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_title": "MISA QLTS - INPUT" } } |