Alichrome - Free Invoice generator
Extract your AliExpress order details to a printable PDF
什麼是Alichrome - Free Invoice generator?
Alichrome - Free Invoice generator是由AliChrome開發的Chrome擴展程式,該擴展的主要功能是“Extract your AliExpress order details to a printable PDF”。
擴展截圖
下載Alichrome - Free Invoice generator擴展crx文件
下載Alichrome - Free Invoice generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The free extension to download an invoice on AliExpress using Google Chrome. The free AliExpress invoice generator plugin allows you to download the your AliExpress receipt. ✜ Download To use our “AliExpress Invoice” extension, simply follow the procedure below: ▻ Find “AliExpress invoice free” directly on the Google Web Store ▻ Press “Add to Chrome” which downloads the tool to your computer ✜ Use There will thus be two possibilities to download your receipts: From the extension a) By pressing “My Orders” b) Following procedure 2) directly on AliExpress Directly on the website, a) Go to the website by logging into your account b) Then click on the “View details” button c) a button appears with “Download PDF INVOICE” This button is displayed on all your orders, you just have to keep the extension installed on your browser it will work during all your orders. This extension is useful both for generating an Aliexpress invoice for customs. ✜ AliExpress It's a website for connecting different merchants with buyers, the interface connecting buyers and sellers. The platform sends an order confirmation email but does not take care of providing you with the justification for purchases after purchasing your products ordered on the site and receiving your order. To be able to justify in your accounts, your expense report or even track your purchases, the "AliExpress bill" extension allows you to generate order PDFs, this is a layout of the justified order. On Ali-express the VAT invoice is not automatic because the law and tax rules are not the same in each country, this extension allows you to generate an order PDF file to justify your costs and to issue a file similar to the purchase receipt. ✜ Customs In case of customs control, you may need to justify your purchases, or when purchasing from dropshipping, you may need to obtain a receipt from Alibaba; by installing the AliExpress download invoice. Usage corresponds perfectly to Ali customs bill or Ali-Express dropshipping invoice. ✜ Operation This extension works the same way Ali invoice however it works free of charge and without subscription. ✜ Legal We are in no way related to Alibaba Inc, AliExpress Inc, or any of Alibaba's subsidiaries. Our extension allows you to generate PDFs to allow you to justify your purchases and simplify your accounting, it is not an invoice in the French legal sense of the term because it is not issued by the Alibaba company or reseller ( https://www.economie.gouv.fr/entreprises/factures-mentions-obligatoires). Nevertheless, our software does not make fake receipts as it only issues documents that have been paid and confirmed by Alibaba. SAS AUNALA, responsible for creating the software, is not responsible for your use of these documents. You can find our privacy policy here: http://aliexpress-invoice.com/privacy-and-cookies-policy.html ✜ Privacy and collection We do not collect any of your personal data, only anonymous data is sent to Google Analytics for statistical purposes. Your data are collected securely and never leaves your browser, it is used to generate the documents and add the download button. The extension is free and will remain so. Nevertheless, by downloading this software and accepting the general conditions of sale, you agree that there is a sharing of data of your orders (no collection of personal data) between AliExpress and the extension. To create the PDF document and that the creators of the software be paid by Alibaba in percentage as business introducers. This system makes it possible to make the extension free for users and to pay the costs relating to the creation and maintenance of this software
擴展基本資訊
名稱 | Alichrome - Free Invoice generator |
ID | ldacgepjfajfdaodegphiolcelhlnkfm |
官方網址 | https://chromewebstore.google.com/detail/alichrome-free-invoice-ge/ldacgepjfajfdaodegphiolcelhlnkfm |
簡介 | Extract your AliExpress order details to a printable PDF |
檔案大小 | 3.31 MB |
安裝次數 | 41,136 |
目前版本 | 3.4 |
更新時間 | 2023-10-05 |
上架時間 | 2020-09-15 |
評分 | 3.64/5 共 109 次評分 |
開發者 | AliChrome |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://invoice.alichrome.io |
說明頁面URL | http://invoice.alichrome.io |
隱私政策頁面URL | http://invoice.alichrome.io/privacy-and-cookies-policy.html |
支援的語言 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "version": "3.4", "description": "__MSG_subtitle__", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_title__", "default_popup": "js\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/p\/order\/detail*" ], "js": [ "js\/libs\/pdfmake.min.js", "js\/libs\/vfs_fonts.js", "js\/content.js" ] }, { "matches": [ "*:\/\/shoppingcart.aliexpress.com\/order\/confirm_order*", "*:\/\/shoppingcart.aliexpress.com\/orders.*", "*:\/\/*.aliexpress.com\/p\/trade\/confirm*" ], "js": [ "js\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "img\/aliexpress.png", "fonts\/DroidSansFallback.ttf", "fonts\/DroidSans-Bold.ttf" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.com\/*" ] } ], "icons": { "16": "img\/logo_16.png", "32": "img\/logo_32.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" }, "default_locale": "en" } |