Aliexpress: Search similar cheap products

Find Cheaper on Aliexpress

什么是Aliexpress: Search similar cheap products?

Aliexpress: Search similar cheap products是由Infinity开发的Chrome扩展程序,该扩展的主要功能是“Find Cheaper on Aliexpress”。

扩展截图

screenshot
screenshot
screenshot

下载Aliexpress: Search similar cheap products扩展crx文件

下载Aliexpress: Search similar cheap products扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Aliexpress: Search similar cheap products
It is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price.

Just click on the Find simillar cheaper  button and you will instantly know if it’s cheaper elsewhere.
The extension for AliExpress finds similar products at a better price.
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.
You can also click on "Find more like this" and continue the search from results.
N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress.
Enjoy! :)                    

扩展基本信息

名称 Aliexpress: Search similar cheap products Aliexpress: Search similar cheap products
ID nnimbegadieahkenpkmdlmadcbkbehao
官方URL https://chromewebstore.google.com/detail/aliexpress-search-similar/nnimbegadieahkenpkmdlmadcbkbehao
简介 Find Cheaper on Aliexpress
文件大小 712 KB
安装次数 609
当前版本 3.2.7
更新时间 2023-01-17
上架时间 2021-02-13
评分 4.00/5 共8次评分
开发者 Infinity
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sites.google.com/view/privacypolicyalicheaperfinder/home
帮助页面URL https://sites.google.com/view/contactusinfinityit/home
隐私政策页面URL https://sites.google.com/view/privacypolicyalicheaperfinder/home
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress: Search similar cheap products",
    "description": "__MSG_extDescr__",
    "version": "3.2.7",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/listeners.js",
            "js\/redirect.js",
            "js\/history.js",
            "js\/request.js",
            "js\/parser.js",
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Aliexpress Detective|The Cheaper Finder"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}