AliX
AliExpress Invoices
AliXとは何ですか?
AliXはGuy Nimniによって開発されたChromeの拡張機能で、その主な機能は「AliExpress Invoices」です。
拡張機能のスクリーンショット
AliX拡張機能のCRXファイルをダウンロード
AliX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| ID | kdgajbaihfaagnedgieicdhcloabenpa | 
| 公式URL | https://chromewebstore.google.com/detail/alix/kdgajbaihfaagnedgieicdhcloabenpa | 
| 説明 | AliExpress Invoices | 
| ファイルサイズ | 618 KB | 
| インストール数 | 30 | 
| 現在のバージョン | 2.0.0 | 
| 最終更新日 | 2020-12-26 | 
| 公開日 | 2019-07-11 | 
| 評価 | 3.00/5 合計 2 レビュー | 
| 開発者 | Guy Nimni | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://guynimni.me/apps/alix | 
| 対応言語 | 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"
    ]
}  |  |