AliBilling - Download AliExpress Invoice

Download AliExpress invoices with AliBilling - AliExpress invoice generator.

AliBilling - Download AliExpress Invoiceคืออะไร?

AliBilling - Download AliExpress Invoice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app.alibilling.com และคุณลักษณะหลักของมันคือ "Download AliExpress invoices with AliBilling - AliExpress invoice generator."

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

screenshot
screenshot

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

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

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

                        AliBilling is an invoice generating tool for your orders from AliExpress website. You can download invoices for any order that you placed on AliExpress with just a click of a button. 

It is the simplest solution for your invoice needs whether you need one for tax purposes or book keeping. You can add your own details such as your company’s name, tax information, and supplier details or anything else that you want on the invoice before downloading the invoice. 

AliBilling makes record keeping easier with a digitally generated invoice in a PDF format. The format works on almost any computer or mobile device.

AliBilling is available with three different plans. All the plans include an unlimited number of invoice downloads.

$20 for 3 months. 
$35 for 6 months. 
$60 for lifetime. 

You can now get “Lifetime access” for just $60 and become a lifetime member of AliBilling, available to serve your invoice needs anytime and anywhere. 

Try AliBilling now and get 3 free invoice downloads.

To sign up:
1. Install the chrome extension
2. Go to https://alibilling.com/
3. Click on the “Sign Up” button 
4. Create a new account
5. Log in to your AliExpress website account to open the “Orders” Page
6.  Start downloading invoices by clicking on the “Download Invoice” button and save them to your computer
7. You can keep your invoices in the digital format or print them

Now, there is no need to log in to your AliExpress account again and again to view your order details.

If you are a dropshipper then invoices can be very useful in case your orders/parcels need a clearance certificate from the customs and duties department.                    

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

ชื่อ AliBilling - Download AliExpress Invoice AliBilling - Download AliExpress Invoice
ID jhaapjacookacpiadfndenllmokoomad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alibilling-download-aliex/jhaapjacookacpiadfndenllmokoomad
คำอธิบาย Download AliExpress invoices with AliBilling - AliExpress invoice generator.
ขนาดไฟล์ 45.91 KB
จำนวนการติดตั้ง 3,688
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2019-10-11
คะแนน 3.16/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://app.alibilling.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://alibilling.com
URL หน้านโยบายความเป็นส่วนตัว https://alibilling.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "2.0.2",
    "author": "AliBilling",
    "name": "AliBilling - Download AliExpress Invoice",
    "description": "Download AliExpress invoices with AliBilling - AliExpress invoice generator.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/p\/order\/detail.html*"
            ],
            "js": [
                "order_details.ab158ace.js"
            ],
            "css": [
                "order_details.df89bfed.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/p\/order\/index.html*"
            ],
            "js": [
                "order_list.f03d8dc6.js"
            ],
            "css": [
                "order_details.df89bfed.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/app.alibilling.com\/*",
        "*:\/\/*.aliexpress.com\/p\/order\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.alibilling.com\/*"
        ]
    }
}