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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
}