AliCheap - AliExpress Cheap Finder

Find Aliexpress Cheap Product

AliCheap - AliExpress Cheap Finderとは何ですか?

AliCheap - AliExpress Cheap FinderはAliTools Incによって開発されたChromeの拡張機能で、その主な機能は「Find Aliexpress Cheap Product」です。

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

screenshot
screenshot

AliCheap - AliExpress Cheap Finder拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        AliExpress Find Cheap Product is small extension help you search product on aliexpress.com by image ,helps to find similar products on aliexpress.com most accurately and with the best product price. 
Just right click on product image and choose “Find Cheap products From Others vendors”.

AliCheap is absolutely free.

 Typical user cases:

• Show similar products
• Discover visually relevant products to find the best deals

Find the lowest price product on AliExpress

Looking for similar products at better prices on Aliexpress?
 
AliExpress Find Cheap will help you find a supplier:

•  Best shipping time.
•  Best supplier rating.
• Save time and money.

Happy shopping with Aliexpress..!                    

拡張機能の基本情報

名前 AliCheap - AliExpress Cheap Finder AliCheap - AliExpress Cheap Finder
ID akmkljcgjifkhgmoihommpgbpejjaedj
公式URL https://chromewebstore.google.com/detail/alicheap-aliexpress-cheap/akmkljcgjifkhgmoihommpgbpejjaedj
説明 Find Aliexpress Cheap Product
ファイルサイズ 314 KB
インストール数 41
現在のバージョン 3.1.0
最終更新日 2022-08-30
公開日 2022-08-30
開発者 AliTools Inc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.alitools.xyz
プライバシーポリシーページのURL https://www.alitools.xyz/p/privacy.html
対応言語 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.0",
    "manifest_version": 3,
    "name": "AliCheap - AliExpress Cheap Finder",
    "description": "Find Aliexpress Cheap Product",
    "icons": {
        "128": "asset\/image\/icon.png",
        "16": "asset\/image\/icon.png",
        "48": "asset\/image\/icon.png"
    },
    "default_locale": "en",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "asset\/js\/libs\/jquery.min.js",
                "asset\/js\/ct.js"
            ],
            "css": [
                "asset\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipautofinder.info\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/js\/*.js",
                "asset\/image\/*.png",
                "asset\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "asset\/js\/bg.js",
        "type": "module"
    }
}