AliTools

Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu

AliToolsとは何ですか?

AliToolsは029aによって開発されたChromeの拡張機能で、その主な機能は「Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu」です。

拡張機能のスクリーンショット

screenshot

AliTools拡張機能のCRXファイルをダウンロード

AliTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tracking all international parcels from aliexpress, search in goods and fast access of the Aliexpress.com menu                    

拡張機能の基本情報

名前 AliTools AliTools
ID bohhfnkdmlckklmcojekleinmiimldgg
公式URL https://chromewebstore.google.com/detail/alitools/bohhfnkdmlckklmcojekleinmiimldgg
説明 Tracking all international parcels from aliexpress, search in goods, search by image and fast access to the Aliexpress.com menu
ファイルサイズ 121 KB
インストール数 4,878
現在のバージョン 2.0
最終更新日 2024-01-20
公開日 2020-05-25
評価 3.60/5 合計 10 レビュー
開発者 029a
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://chinapost.ru/privacy/dev.txt
対応言語 de,en,en-GB,en-US,fr,es,es-419,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "2.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_chrome_extension_short_name__"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*",
                "js\/config.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}