TPD Tooltax 4.0

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

TPD Tooltax 4.0란 무엇입니까?

TPD Tooltax 4.0은(는) TPD Tooltax Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Đồng bộ hóa đơn điện tử lên hệ thống Tooltax"입니다.

확장 프로그램 스크린샷

screenshot

TPD Tooltax 4.0 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TPD Tooltax 4.0 TPD Tooltax 4.0
ID hlgichleloebgokeekmphbepbabiikom
공식 URL https://chromewebstore.google.com/detail/tpd-tooltax-40/hlgichleloebgokeekmphbepbabiikom
설명 Đồng bộ hóa đơn điện tử lên hệ thống Tooltax
파일 크기 58.1 KB
설치 횟수 515
현재 버전 1.1.4
최근 업데이트 2023-08-14
출시 날짜 2022-07-17
평점 5.00/5 총 5 개의 평점
개발자 TPD Tooltax Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tienichketoan.com
개인정보 보호 정책 페이지 URL https://tienichketoan.com/privacy/privacy-1033.html
지원되는 언어 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
}