Invoices for AliExpress

Bulk download of AliExpress invoices

Invoices for AliExpress란 무엇입니까?

Invoices for AliExpress은(는) MXNPro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk download of AliExpress invoices"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Invoices for AliExpress 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Invoices for AliExpress Invoices for AliExpress
ID njdklcfihmapemcehhideapoiglohdnh
공식 URL https://chromewebstore.google.com/detail/invoices-for-aliexpress/njdklcfihmapemcehhideapoiglohdnh
설명 Bulk download of AliExpress invoices
파일 크기 476 KB
설치 횟수 1,578
현재 버전 3.0.2
최근 업데이트 2023-06-20
출시 날짜 2021-03-11
평점 3.30/5 총 10 개의 평점
개발자 MXNPro
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://mxnpro.ovh/privacy
지원되는 언어 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
        }
    ]
}