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”。
扩展截图
下载TPD Tooltax 4.0扩展crx文件
下载TPD Tooltax 4.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |