ATP

Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c

Wat is ATP?

ATP is een Chrome-extensie ontwikkeld door atpdev168, en de belangrijkste functie is "Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ATP

Download ATP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c từ phần mềm kế toán ATP
Công cụ hỗ trợ nhận dữ liệu từ phần mềm kế toán ATP để tạo nhanh bảng đối chiếu 20a (mẫu 01a) và 20c (mẫu 02a) lên dịch vụ công kho bạc nhà nước                    

Basisinformatie over de Extensie

Naam ATP ATP
ID gidmfjmkcppokklknnjkdhioghkoncag
Officiële URL https://chromewebstore.google.com/detail/atp/gidmfjmkcppokklknnjkdhioghkoncag
Beschrijving Công cụ hỗ trợ nhận dữ liệu bảng đối chiếu 20a, 20c
Bestandsgrootte 78.63 KB
Aantal Installaties 285
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-07-04
Publicatiedatum 2022-03-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar atpdev168
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen vi
manifest.json
{
    "action": {
        "default_popup": "popup.html",
        "default_title": "ATP"
    },
    "author": "TSC",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/dvc.vst.mof.gov.vn\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 nh\u1eadn d\u1eef li\u1ec7u b\u1ea3ng \u0111\u1ed1i chi\u1ebfu 20a, 20c",
    "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": "ATP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}