AliX

AliExpress Invoices

What is AliX?

AliX is a Chrome extension developed by Guy Nimni, and its main feature is "AliExpress Invoices".

Extension Screenshots

screenshot

Download AliX Extension CRX File

Download AliX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Alix is a free solution for creating invoices from your AliExpress purchases in a click of a button.
Alix pro is on its way - stay tuned.                    

Extension Basic Information

Name AliX AliX
ID kdgajbaihfaagnedgieicdhcloabenpa
Official URL https://chromewebstore.google.com/detail/alix/kdgajbaihfaagnedgieicdhcloabenpa
Description AliExpress Invoices
File Size 618 KB
Installation Count 30
Current Version 2.0.0
Last Updated 2020-12-26
Publish Date 2019-07-11
Rating 3.00/5 Total 2 Ratings
Developer Guy Nimni
Email [email protected]
Payment Type free
Extension Website http://guynimni.me/apps/alix
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliX",
    "description": "AliExpress Invoices",
    "version": "2.0.0",
    "icons": {
        "16": ".\/assets\/alix-logo-16.png",
        "48": ".\/assets\/alix-logo-48.png",
        "128": ".\/assets\/alix-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                ".\/scripts\/jquery.min.js",
                ".\/bundled\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*.png",
        "assets\/*.jpg"
    ],
    "permissions": [
        "storage"
    ]
}