Aliexpress Free invoice - AliInvoice™️

The #1 app for AliExpress dropshipping.Get AliExpress invoice, price history,buyer photo,review,order history,ePacket

Co to jest Aliexpress Free invoice - AliInvoice™️?

Aliexpress Free invoice - AliInvoice™️ to rozszerzenie Chrome opracowane przez Wizard_Pekka, a jego główną funkcją jest „The #1 app for AliExpress dropshipping.Get AliExpress invoice, price history,buyer photo,review,order history,ePacket”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Aliexpress Free invoice - AliInvoice™️

Pobierz pliki rozszerzeń Aliexpress Free invoice - AliInvoice™️ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Extract your order details to a printable PDF

The free extension to download an invoice on AliExpress using Google Chrome. The free AliExpress invoice generator plugin allows you to download the your AliExpress receipt.
Are you looking for an amazing tool to Generate free  Aliexpress invoices for your Dropshipping business?
AliBill™️ is an Online Tool with helps users to generate bulk and custom Aliexpress invoices online!
Ali Invoice Make simple, attractive and professional Aliexpress invoices in a single click with this AliExpress Invoice generator Tool.
It generate aliexpress invoice with just a single click.So dont waste your time.


▬▬▬▬▬ FEATURES ▬▬▬▬▬
Alivoice Aliexpress invoice Generator 
- Free to Install and Use
- Add Custom Company Information and Logo
- Download and Print PDF AliExpress Invoices
▬▬▬▬ GETTING STARTED ▬▬▬▬▬

1. Go to AliExpress Order List
2. On right side of every order you have button "Invoice" 
3. Click and generate AliExpress Invoice
▬▬▬▬▬ FAQ ▬▬▬▬▬

Is invoice generator safe?
Yes. AliInvoice is a safe invoice making tool.

Can I create my own AliExpress invoices?
Yes, You Can! With Ali Invoice, You don't need anyone to make invoice for you. You can create your own aliexpress invoice with it.


Is it aliexpress free invoice extension?
It is a Freemium aliexpress invoice extension. You can download unlimited invoices with it.


Get Aliexpress Invoice,AliExpress seller checker  a tools for price tracking,downloading product images & videos also for research for dropshipping business.

It also helps you for online shopping.Find out the best products with it.
Features:

1.Download product images,videos and description.

2. Aliexpress Invoice
Ali Invoice option Get Aliexpress invoice

2. Supplier Summary
 check verified  supplier and find out supplier’s best-selling products.

3.See Product Summary  including the price, rating, wish list, e-packet shipping cost, number of product reviews.

4. Product price History display the price fluctuation with max and min price value with 3-6 months.

5. Shows Orders History of the products and how many have sold.

6. Provides original photos 
 Shows real photo reviews from previous buyers which may  help you in making decision about buy or not.

▬▬▬▬▬ Updated_ Features▬▬▬▬▬

(✔)Download Aliexpress Invoice - Ali Invoice

(✔) Download Images from aliexpress

(✔)  Shopify Store Analysis

(✔) Review Analysis


▬▬▬▬▬ Invoice Option▬▬▬▬▬

Get one invoice for multiple orders.

Group Invoice:
1. Go to AliExpress order list
2. Click "Generate one invoice for multiple orders"

Single invoice:
1. Go to AliExpress Order List
2. On right side of every order you have button "Invoice" 
3. Click and generate AliExpress Invoice

Get the right product to buy and grow your aliexpress dropshipping 
Thank you.
Enjoy with the smart tools and please make time to give us  a 5 star review.                    

Podstawowe informacje o rozszerzeniu

Nazwa Aliexpress Free invoice - AliInvoice™️ Aliexpress Free invoice - AliInvoice™️
ID afpggcpmimlknonanaomkdlebdpeaicg
Oficjalny URL https://chromewebstore.google.com/detail/aliexpress-free-invoice-a/afpggcpmimlknonanaomkdlebdpeaicg
Opis The #1 app for AliExpress dropshipping.Get AliExpress invoice, price history,buyer photo,review,order history,ePacket
Rozmiar pliku 571 KB
Liczba instalacji 1,182
Aktualna Wersja 3.1.6
Ostatnia Aktualizacja 2023-07-30
Data Publikacji 2021-02-28
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Wizard_Pekka
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/avengerprivacypolicy/home
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress Free invoice - AliInvoice\u2122\ufe0f",
    "version": "3.1.6",
    "manifest_version": 2,
    "description": "The #1 app for AliExpress dropshipping.Get AliExpress invoice, price history,buyer photo,review,order history,ePacket",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.aliexpress.com\/*"
        ]
    },
    "background": {
        "scripts": [
            ".\/assets\/js\/vendors.js",
            ".\/src\/lib\/jquery.min.js",
            ".\/src\/content\/dataStorage.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": ".\/logo\/icon16.png",
        "48": ".\/logo\/icon.png",
        "128": ".\/logo\/icon48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "Ali Hunter",
        "default_icon": ".\/logo\/icon48.png",
        "default_popup": "popup.html",
        "scripts": "popup.js"
    },
    "options_ui": {
        "page": "opt.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/logo\/*",
        "\/src\/*",
        "\/invoice.js",
        "\/opt.html",
        "\/src\/bulma\/bulma.css",
        "\/src\/elements\/modal.html",
        "\/src\/css\/global.css"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_script.js"
            ],
            "css": [
                "assets\/css\/content_script.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_script_shopify.js"
            ],
            "css": [
                "assets\/css\/content_script_shopify.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                ".\/src\/lib\/jquery.min.js",
                ".\/src\/content\/orderDetails.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/order_detail.htm*",
                "*:\/\/*.aliexpress.ru\/order_detail.htm*",
                "*:\/\/*.aliexpress.us\/order_detail.htm*"
            ],
            "css": [
                ".\/src\/css\/global.css",
                ".\/src\/css\/single.css"
            ]
        },
        {
            "js": [
                ".\/src\/lib\/accounting.min.js",
                ".\/src\/lib\/jquery.min.js",
                ".\/src\/content\/components\/basicVariables.js",
                ".\/src\/content\/ui.js",
                ".\/src\/content\/components\/validator.js",
                ".\/src\/content\/services\/scrape.js",
                ".\/src\/content\/models\/Invoice.js",
                ".\/src\/content\/models\/Options.js",
                ".\/src\/content\/models\/Order.js",
                ".\/src\/content\/models\/OrderItem.js",
                ".\/src\/content\/orderPage.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/order_list.htm*",
                "*:\/\/*.aliexpress.ru\/order_list.htm*",
                "*:\/\/*.aliexpress.com\/orderList.htm*",
                "*:\/\/*.aliexpress.ru\/orderList.htm*"
            ],
            "css": [
                ".\/src\/css\/global.css",
                ".\/src\/bulma\/bulma-mod.css"
            ]
        },
        {
            "js": [
                ".\/src\/lib\/accounting.min.js",
                ".\/src\/lib\/jquery.min.js",
                ".\/src\/content\/ui.js",
                ".\/src\/content\/models\/Order.js",
                ".\/src\/content\/models\/OrderItem.js",
                ".\/src\/content\/components\/utilities.js",
                ".\/src\/content\/dataStorage.js",
                ".\/src\/content\/components\/newOrderList.js",
                ".\/src\/content\/components\/newOrderDetails.js",
                ".\/src\/content\/components\/newOrderLogistics.js",
                ".\/src\/content\/extra.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.us\/*"
            ],
            "css": [
                ".\/src\/bulma\/bulma-mod.css",
                ".\/src\/css\/global.css"
            ]
        }
    ],
    "optional_permissions": [
        "*:\/\/*.aliexpress.us\/*",
        "downloads"
    ],
    "permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "*:\/\/*.aliexpress.ru\/*",
        "*:\/\/*.mmstat.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage"
    ]
}