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.

Cos'è MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu?

MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu è un'estensione di Chrome sviluppata da MISA JSC, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu

Scarica i file di estensione MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu 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

                        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                    

Informazioni di Base sull'Estensione

Nome MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu MISA QLTS - INPUT - Công cụ hỗ trợ nhập liệu
ID phnpnjjkppakdebjmehakohccnlmcccl
URL Ufficiale https://chromewebstore.google.com/detail/misa-qlts-input-c%C3%B4ng-c%E1%BB%A5-h/phnpnjjkppakdebjmehakohccnlmcccl
Descrizione 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.
Dimensione del File 64.61 KB
Conteggio Installazioni 4,187
Versione Corrente 1.3
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2023-03-20
Valutazione 2.50/5 Totale 2 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 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"
    }
}