AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

什麼是AliExpress Similar Products Finder?

AliExpress Similar Products Finder是由http://aliimagesearch.com開發的Chrome擴展程式,該擴展的主要功能是“Find similar products from different sellers on ALiExpress”。

擴展截圖

screenshot
screenshot
screenshot

下載AliExpress Similar Products Finder擴展crx文件

下載AliExpress Similar Products Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ALiExpress is the largest online marketplace in China. There are millions of items listed on Aliexpress, and the items come from a wide variety of suppliers scattered around China. As a result, it can be difficult to find other similar products to an item you're interested in purchasing on Aliexpress. With our chrome extension, you can easily find similar products from other suppliers by simply click on the extension icon while visiting the product page.

AliExpress is a booming e-commerce platform, with millions of products and thousands of sellers. It's very hard to find similar items from other suppliers using AliExpress product page, if you want to find a better supplier. That's why we developed this chrome extension, it helps users to find similar items from other suppliers online easily.                    

擴展基本資訊

名稱 AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
官方網址 https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
簡介 Find similar products from different sellers on ALiExpress
檔案大小 28.31 KB
安裝次數 167
目前版本 0.0.0.2
更新時間 2022-02-03
上架時間 2022-02-03
評分 1.00/5 共 1 次評分
開發者 http://aliimagesearch.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://aliimagesearch.com/
說明頁面URL https://aliimagesearch.com/contact-us/
隱私政策頁面URL https://aliimagesearch.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Similar Products Finder",
    "description": "Find similar products from different sellers on ALiExpress",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/aaa16-01.png",
        "48": "images\/aaa48-01.png",
        "128": "images\/aaa128-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}