Aliexpress Search by image

Search goods on Aliexpress by image

Aliexpress Search by image란 무엇입니까?

Aliexpress Search by image은(는) FFFFx029A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search goods on Aliexpress by image"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search items on AliExpress using an image or photo of products in other sites.

How to use:
1. Right Click on the image (picture) with the right mouse button on any site.
2. In the context menu, click "Search goods on Aliexpress by this image"

Very easy to use, lightweight extension to search AliExpress.com items by image.

* Adds “Search and find similar products on AE marketplace” when right clicking an image, the extension will use a third-party website, searchbyimage.com, to find visually similar items on Ali
* Clicking on the extension icon and easily search in AE by text or by image link.
* Allow right clicks in ali site for download and save images/photo, copy text and description of products and items                    

확장 프로그램 기본 정보

이름 Aliexpress Search by image Aliexpress Search by image
ID jkcacbjiofjgbnaknoojjboeiinempoa
공식 URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/jkcacbjiofjgbnaknoojjboeiinempoa
설명 Search goods on Aliexpress by image
파일 크기 41.72 KB
설치 횟수 202,391
현재 버전 4.5
최근 업데이트 2024-03-04
출시 날짜 2020-05-30
평점 3.96/5 총 300 개의 평점
개발자 FFFFx029A
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chinapost.ru/privacy/dev.txt
지원되는 언어 en,en-GB,en-US,ru
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.5",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.searchbyimage.com\/*",
        "https:\/\/*.searchbyimage.ru\/*"
    ],
    "action": {
        "default_icon": "19x19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}