Alichrome - Free Invoice generator

Extract your AliExpress order details to a printable PDF

Что такое Alichrome - Free Invoice generator?

Alichrome - Free Invoice generator - это расширение Chrome, разработанное AliChrome, и его основная функция - "Extract your AliExpress order details to a printable PDF".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Alichrome - Free Invoice generator

Скачайте файлы расширений 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 Alichrome - Free Invoice generator
ID ldacgepjfajfdaodegphiolcelhlnkfm
Официальный URL 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"
}