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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/",
        "*:\/\/*\/*",
        ""
    ]
}