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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}