AliVoice - Get AliExpress Invoice & Receipt

Extract your AliExpress order details as a printable PDF file

AliVoice - Get AliExpress Invoice & Receiptคืออะไร?

AliVoice - Get AliExpress Invoice & Receipt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PerkkLex_Dogg และคุณลักษณะหลักของมันคือ "Extract your AliExpress order details as a printable PDF file"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliVoice - Get AliExpress Invoice & Receipt

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

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

                        Free AliExpress Invoice Generator tool helps you to download your AliExpress invoices.

On AliExpress, VAT invoice is not automatic as the laws and tax rules differ from country to country. Our invoice generator tool allows you to generate a printful PDF file of your order, helping you justify your costs.

On AliExpress, after you completing your purchase , the website will send you an order confirmation email  but is not responsible for providing you with a justification for your purchase. Our invoice generator tool allows you to add a description of this order when generating the PDF file for you, helping you better manage your financial accounts, money reports and purchase records.

=============================================================
Supported fields :

● Order ID
● Order date
● Store name and website
● Product Title
● Unit Price
● Quantity
● Shipping Cost
● Tax/VAT
● Order Total

How to use:

1. Go to the AliExpress website and log into your account
2. Navigate to: Account > My Orders
3. Pick an order you want to download invoice, and click "Order Details"
4. On the top of your detailed order information, you will see a red “Download PDF INVOICE” button
5. Click the button

Statement:Our extension allows you to generate PDFs that allow you to prove your purchase, it is not an invoice in the legal sense.                    

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

ชื่อ AliVoice - Get AliExpress Invoice & Receipt AliVoice - Get AliExpress Invoice & Receipt
ID dbkfegfhdfjadnkkiecbhiofhogicfdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alivoice-get-aliexpress-i/dbkfegfhdfjadnkkiecbhiofhogicfdc
คำอธิบาย Extract your AliExpress order details as a printable PDF file
ขนาดไฟล์ 7.04 MB
จำนวนการติดตั้ง 2,299
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2022-08-30
คะแนน 2.94/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา PerkkLex_Dogg
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.alitools.xyz/p/privacy.html
ภาษาที่รองรับ de,en,fr,es,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.0",
    "name": "AliVoice - Get AliExpress Invoice & Receipt",
    "description": "Extract your AliExpress order details as a printable PDF file",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon16.png",
        "128": "icon\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon16.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}