AI 产品解读Mass download of SAT (Mexican tax authority) CFDI invoices (XML and PDF files)
Automates the tedious process of manually downloading XML and PDF invoice documents from the SAT portal (portalcfdi.facturaelectronica.sat.gob.mx) in bulk, saving time for accountants and businesses that need to retrieve many invoices at once.
1. User logs into the SAT portal (portalcfdi.facturaelectronica.sat.gob.mx) in their browser. 2. User navigates to the invoice query/list page. 3. User clicks the extension icon. 4. Extension parses the invoice table on the page. 5. Extension provides links or triggers downloads for XML/PDF files for selected or all invoices.
Bulk download of CFDI XML files from SAT portalBulk download of CFDI PDF files from SAT portalParses invoice table data including RFC, issuer, receiver, dates, totalsOpens SAT portal in a new tabExtracts user RFC from the authenticated session
- 目标用户
- Mexican accountants / Business owners in Mexico / Administrative staff handling SAT invoices
- The popup chunk (chunks/popup-C-b2M3_-.js) is a minified React bundle (~671KB) making it difficult to fully analyze the UI logic. However, no payment or login-related code was found in keyword searches. The extension's core functionality is in the content script which was fully readable. The extension relies on the SAT portal's authentication, so the login requirement is determined by the destination service, not the extension itself.
付费分析未识别到付费功能
The extension appears to be free. There are no references to payment gateways, subscription management, license keys, or paid feature gating in the source code. The 'pro' keyword matches in the static analysis are from React production files (react.production.min.js) and are not related to paid features. The extension simply automates downloading XML/PDF files from the SAT portal. No billing or upgrade UI is present.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a helper for the SAT (Mexican tax authority) portal. The content script explicitly navigates to and parses the SAT portal at portalcfdi.facturaelectronica.sat.gob.mx. The SAT portal requires users to log in with their RFC and credentials to access their invoicing data. The extension itself does not implement its own login but relies entirely on the user being authenticated on the destination service. Evidence: content-scripts/content.js constructs URLs like 'https://portalcfdi.facturaelectronica.sat.gob.mx/RecuperaCfdi.aspx' and parses table rows from the SAT interface, which is only accessible to logged-in users.