SHEIN To AliExpress Search By Image

Search any product from SHEIN to Aliexpress by image or Url.

SHEIN To AliExpress Search By Imageとは何ですか?

SHEIN To AliExpress Search By ImageはWizard_Pekkaによって開発されたChromeの拡張機能で、その主な機能は「Search any product from SHEIN to Aliexpress by image or Url.」です。

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

screenshot
screenshot
screenshot

SHEIN To AliExpress Search By Image拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        SHEIN To Aliexpress Search by image with an image url or image file.
SHEIN search by image allows you to search by image in AliExpress and check if a product is available in other vendors.

Also you can now easily create tables to compare Products' price, total sold Products , Seller rating...
================================================================

Thanks for using this extension. This extension helps you to search for related products on AliExpress by image. You can search by entering the URL of the image or selecting the image file.


How to use the extension:

1.Add to Chrome.
2.Copy the Api key and paste it.
3.Or registar a New Api key from register.
4.Go to SHEIN and click on left mouse button and click on Aliexpress image Search.

Features:
1.Don't Redirect to google like other extension
2.Option for seller rating
3.Lots of simillar product
4.Number of sold product from the seler

For any query related to SHEIN To Aliexpress Search by image you can reach to us via Gmail.
Thank You                    

拡張機能の基本情報

名前 SHEIN To AliExpress Search By Image SHEIN To AliExpress Search By Image
ID inlmhhicbpmidoibfoagbnmjbdloclnb
公式URL https://chromewebstore.google.com/detail/shein-to-aliexpress-searc/inlmhhicbpmidoibfoagbnmjbdloclnb
説明 Search any product from SHEIN to Aliexpress by image or Url.
ファイルサイズ 358 KB
インストール数 33
現在のバージョン 1.5
最終更新日 2023-01-13
公開日 2022-06-25
開発者 Wizard_Pekka
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/avengerprivacypolicy/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "menu.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/img-search16.png",
            "32": "\/images\/img-search32.png",
            "48": "\/images\/img-search48.png",
            "128": "\/images\/img-search128.png"
        }
    },
    "icons": {
        "16": "\/images\/img-search16.png",
        "32": "\/images\/img-search32.png",
        "48": "\/images\/img-search48.png",
        "128": "\/images\/img-search128.png"
    },
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/api.zapiex.com\/",
        "*:\/\/*\/*",
        ""
    ]
}