Invoices for AliExpress

Bulk download of AliExpress invoices

Invoices for AliExpress क्या है?

Invoices for AliExpress MXNPro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bulk download of AliExpress invoices"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Invoices for AliExpress एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}