Etsy To AliExpress Search By Image

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

什麼是Etsy To AliExpress Search By Image?

Etsy To AliExpress Search By Image是由Wizard_Pekka開發的Chrome擴展程式,該擴展的主要功能是“Search any product from Etsy to Aliexpress by image or Url.”。

擴展截圖

screenshot
screenshot
screenshot

下載Etsy To AliExpress Search By Image擴展crx文件

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

擴展使用說明

                        Etsy To Aliexpress Search by image with an image url or image file.
Etsy 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 Etsy 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 Etsy To Aliexpress Search by image you can reach to us via Gmail.
Thank You                    

擴展基本資訊

名稱 Etsy To AliExpress Search By Image Etsy To AliExpress Search By Image
ID lenpkclicnahlkkpageoblhonemijaga
官方網址 https://chromewebstore.google.com/detail/etsy-to-aliexpress-search/lenpkclicnahlkkpageoblhonemijaga
簡介 Search any product from Etsy to Aliexpress by image or Url.
檔案大小 355 KB
安裝次數 24
目前版本 1.0
更新時間 2023-01-13
上架時間 2022-06-25
開發者 Wizard_Pekka
電子郵箱 [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.0",
    "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\/",
        "*:\/\/*\/*",
        ""
    ]
}