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
电子邮箱 [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"
    }
}