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
公式URL 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
Eメール [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"
        }
    ]
}