AliExpress Invoice Creator & Waybill Download

Extract your order details to a printable PDF

AliExpress Invoice Creator & Waybill Downloadคืออะไร?

AliExpress Invoice Creator & Waybill Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AliInvoice Technology และคุณลักษณะหลักของมันคือ "Extract your order details to a printable PDF"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Invoice Creator & Waybill Download

ดาวน์โหลดไฟล์ส่วนขยาย AliExpress Invoice Creator & Waybill Download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📨 Use our extension for your browser to download a payment receipt for your order in PDF format for printing. Install AliExpress Invoice Creator & Waybill Download by clicking on the install button.

👩‍🌾 Instruction manual
In order to be able to download receipts, you need to click on the extensions icon in the upper right corner, select our extension in this list and click on it. After that, an icon of our extension will appear in the upper right corner. You need to click on it and select "Go to the list of AliExpress orders". In the list of orders, select the order for which you want to create a receipt and click " more...". On the page that opens, you will see a red button “Download a receipt in PDF format". You need to click on it.

🏪 AliExpress™
This is an online store that allows various sellers to search for buyers. When you purchase an item, you will be sent an email confirming the order, but the receipt will not be attached to this email and you will not have the opportunity to report expenses. To be able to get an expense report, use the "AliExpress Invoice Creator" extension & Waybill Download", which will allow you to create a PDF file with an order receipt.

⚖ VAT and regulatory acts
In AliExpress™, VAT invoices are not automatic, since the tax legislation and regulations of each country are different. Our extension allows you to create PDF files to confirm your expenses and issue documents similar to purchase receipts.

🛃 Customs
In the case of customs control, you may need to prove that your purchase is valid. When buying from an organization for reporting, you may need to get a receipt from Alibaba™. Our extension will allow you to get such a receipt that you can print out and provide where you need.

🆓 This extension is free and does not require a subscription.

👥 About us
We have nothing to do with Alibaba™, AliExpress™ or any Alibaba™ partner. Our extension allows you to create a PDF file to prove that your purchase is valid and simplify your accounting. Our software will not create fake receipts, as it only sends documents that have been paid for and confirmed by Alibaba™.

📄 Privacy Policy
You can read our privacy policy here: https://invoiceali.poqdev.com/info/privacy

✔ Agreements
By downloading the software and accepting the terms of sale, you agree to transfer your order data between AliExpress™ and the extension (personal data is not collected). For the production of PDF documents, the software manufacturer will be rewarded by Alibaba™ on a pro rata basis as a commercial importer. The system can provide users with free extensions and pay for the creation and maintenance of software.

💽 Privacy and data collection
We do not collect your personal data. Your data is processed only locally and never leaves your browser, it is used to create documents and add download buttons.

📧 Contact Email: [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AliExpress Invoice Creator & Waybill Download AliExpress Invoice Creator & Waybill Download
ID dgkpokkbhpejphcgfmmmcfiedkhikfgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aliexpress-invoice-creato/dgkpokkbhpejphcgfmmmcfiedkhikfgh
คำอธิบาย Extract your order details to a printable PDF
ขนาดไฟล์ 2.24 MB
จำนวนการติดตั้ง 544
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2021-07-27
วันที่เผยแพร่ 2021-07-05
คะแนน 4.25/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา AliInvoice Technology
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://invoiceali.poqdev.com/info/privacy
ภาษาที่รองรับ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/libs\/browser-polyfill.js"
        ]
    },
    "browser_action": {
        "default_popup": "js\/popup\/popup.html",
        "scripts": "js\/popup\/popup.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/browser-polyfill.js",
                "js\/libs\/pdfkit.standalone.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/trade.aliexpress.com\/order_detail*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "ru",
    "description": "__MSG_subtitle__",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_title__",
    "permissions": [
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        "img\/aliexpress.png",
        "fonts\/DroidSansFallback.ttf",
        "fonts\/DroidSans-Bold.ttf"
    ]
}