TPD Tooltax 4.0

Đồng bộ hóa đơn điện tử lên hệ thống Tooltax

Hvad er TPD Tooltax 4.0?

TPD Tooltax 4.0 er en Chrome-udvidelse udviklet af TPD Tooltax Team, og dens hovedfunktion er "Đồng bộ hóa đơn điện tử lên hệ thống Tooltax".

Udvidelsesskærmbilleder

screenshot

Download TPD Tooltax 4.0-udvidelses-CRX-fil

Download TPD Tooltax 4.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        TPD Tooltax 4.0 là bộ công cụ tiện ích giúp kế toán xử lý công việc nhanh hơn, nhẹ nhàng hơn, tiện lợi hơn. 
Tập hợp các tính năng:
- Thu thập nhanh thông tin hoá đơn từ cổng hoá đơn điện tử Quốc Gia
- Kết xuất thông tin chi tiết hoá đơn ra file excel, xml để import vào các phần mềm kế toán thông dụng hiện nay
- In hàng loạt các hoá đơn được chọn trong danh sách. 
- Nhiều tiện tích nhỏ khác giúp công việc của Kế toán trở nên dễ dàng hơn.                    

Grundlæggende oplysninger om udvidelsen

Navn TPD Tooltax 4.0 TPD Tooltax 4.0
ID hlgichleloebgokeekmphbepbabiikom
Officiel URL https://chromewebstore.google.com/detail/tpd-tooltax-40/hlgichleloebgokeekmphbepbabiikom
Beskrivelse Đồng bộ hóa đơn điện tử lên hệ thống Tooltax
Filstørrelse 58.1 KB
Antal Installationer 515
Nuværende Version 1.1.4
Senest Opdateret 2023-08-14
Udgivelsesdato 2022-07-17
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler TPD Tooltax Team
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tienichketoan.com
URL til Fortrolighedspolitik Side https://tienichketoan.com/privacy/privacy-1033.html
Understøttede Sprog vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TPD Tooltax 4.0",
    "description": "\u0110\u1ed3ng b\u1ed9 h\u00f3a \u0111\u01a1n \u0111i\u1ec7n t\u1eed l\u00ean h\u1ec7 th\u1ed1ng Tooltax",
    "version": "1.1.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hoadondientu.gdt.gov.vn\/*"
            ],
            "css": [
                "content_style.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "api.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "background"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/hoadondientu.busiapp.me\/*"
        ]
    },
    "manifest_version": 3
}