Invoices for AliExpress

Bulk download of AliExpress invoices

Invoices for AliExpress là gì?

Invoices for AliExpress là một tiện ích mở rộng Chrome được phát triển bởi MXNPro, và tính năng chính của nó là "Bulk download of AliExpress invoices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Invoices for AliExpress

Tải xuống các tệp mở rộng Invoices for AliExpress dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Generate professional invoices from your AliExpress orders.

▬▬▬▬ GETTING STARTED ▬▬▬▬▬

1. Install the extension by clicking the “Add to chrome” button.
2. Login into your aliexpress.com account.
3. Go to your orders and click "Download invoice".

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:

- Professional invoices
- Customize invoice with your company informations

PRO version:

- Download multiple invoices
- Unlimited invoice downloads
- Select range from calendar
- All future premium updates                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Invoices for AliExpress Invoices for AliExpress
ID njdklcfihmapemcehhideapoiglohdnh
URL Chính Thức https://chromewebstore.google.com/detail/invoices-for-aliexpress/njdklcfihmapemcehhideapoiglohdnh
Mô tả Bulk download of AliExpress invoices
Kích Thước Tệp 476 KB
Số Lần Cài Đặt 1,578
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2023-06-20
Ngày Phát Hành 2021-03-11
Đánh Giá 3.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển MXNPro
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://mxnpro.ovh/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Invoices for AliExpress",
    "version": "3.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "48": "public\/icons\/icon-48.png",
        "96": "public\/icons\/icon-96.png",
        "128": "public\/icons\/icon-128.png"
    },
    "content_security_policy": {
        "extensions_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "declarativeNetRequest",
        "webRequest",
        "downloads",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/p\/order*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/account.mxnpro.ovh\/invoices-for-aliexpress\/*"
            ],
            "js": [
                "account.js"
            ],
            "all_frames": true
        }
    ]
}