TPD Tooltax 4.0

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

¿Qué es TPD Tooltax 4.0?

TPD Tooltax 4.0 es una extensión de Chrome desarrollada por TPD Tooltax Team, y su función principal es "Đồng bộ hóa đơn điện tử lên hệ thống Tooltax".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TPD Tooltax 4.0

Descarga archivos de extensión TPD Tooltax 4.0 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TPD Tooltax 4.0 TPD Tooltax 4.0
ID hlgichleloebgokeekmphbepbabiikom
URL Oficial https://chromewebstore.google.com/detail/tpd-tooltax-40/hlgichleloebgokeekmphbepbabiikom
Descripción Đồng bộ hóa đơn điện tử lên hệ thống Tooltax
Tamaño del Archivo 58.1 KB
Cantidad de Instalaciones 515
Versión Actual 1.1.4
Última Actualización 2023-08-14
Fecha de Publicación 2022-07-17
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador TPD Tooltax Team
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tienichketoan.com
URL de la Página de Política de Privacidad https://tienichketoan.com/privacy/privacy-1033.html
Idiomas Soportados 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
}