Alichrome - Free Invoice generator
Extract your AliExpress order details to a printable PDF
Qu'est-ce que Alichrome - Free Invoice generator ?
Alichrome - Free Invoice generator est une extension Chrome développée par AliChrome, et sa fonction principale est "Extract your AliExpress order details to a printable PDF".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Alichrome - Free Invoice generator
Téléchargez les fichiers d'extension Alichrome - Free Invoice generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ldacgepjfajfdaodegphiolcelhlnkfm |
URL Officiel | https://chromewebstore.google.com/detail/alichrome-free-invoice-ge/ldacgepjfajfdaodegphiolcelhlnkfm |
Description | Extract your AliExpress order details to a printable PDF |
Taille du Fichier | 3.31 MB |
Nombre d'Installations | 41,136 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2023-10-05 |
Date de Publication | 2020-09-15 |
Évaluation | 3.64/5 Total 109 Évaluations |
Développeur | AliChrome |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://invoice.alichrome.io |
URL de la Page d'Aide | http://invoice.alichrome.io |
URL de la Page de Politique de Confidentialité | http://invoice.alichrome.io/privacy-and-cookies-policy.html |
Langues Prises en Charge | 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" } |