Search by image on Aliexpress

The extension allows you to use any picture (photo) to quickly search for products on Aliexpress

Search by image on Aliexpress란 무엇입니까?

Search by image on Aliexpress은(는) itcashback에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension allows you to use any picture (photo) to quickly search for products on Aliexpress"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search by image on Aliexpress 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What is this supplement for?

This add-on allows you to quickly find the goods you need (from the photo) in the popular Aliexpress store. If you saw goods on some website that you want to buy on Aliexpress you need to take a few simple steps:

1. Install this application "Search by image on Aliexpress" (you need to do it once)
2. On any site, click on the picture (photo) with the right mouse button.
3. In the context menu, click "Search Pictures on Aliexpress.ru"

After which you will be redirected to the website of Aliexpress store where as a result of the search
You will need goods. This is a very simple application that saves you time.                    

확장 프로그램 기본 정보

이름 Search by image on Aliexpress Search by image on Aliexpress
ID cmkhghjjbnkidoplhmeiplccpfkffpek
공식 URL https://chromewebstore.google.com/detail/search-by-image-on-aliexp/cmkhghjjbnkidoplhmeiplccpfkffpek
설명 The extension allows you to use any picture (photo) to quickly search for products on Aliexpress
파일 크기 56.29 KB
설치 횟수 696
현재 버전 0.4.0
최근 업데이트 2023-12-10
출시 날짜 2020-06-09
평점 3.44/5 총 18 개의 평점
개발자 itcashback
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://serchimage.xyz/
개인정보 보호 정책 페이지 URL https://itcashback.com/site/privacy
지원되는 언어 en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.0",
    "icons": {
        "128": "\/img\/128.png",
        "48": "\/img\/48.png",
        "16": "\/img\/16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start page"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/serchimage.xyz\/"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}