Aliexpress - Search by image

Search similar items and goods by image on Aliexpress.com

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

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension for search similar products on Aliexpress.com by image.

It happened that you liked a product or a picture, and you wanted to buy it, but you didn’t know how to find it?
Now the problem is solved! Just two right-click mouse - and you can easily find a variety of products with prices for your picture on Aliexpress.com!

For your comfort, we have removed the elements blocking access to images on Aliexpress. For example, on the product page, when the image is zoomed.
You can search by an any image in internet, not only from store or item page.
We conducted a study of similar tools and can confidently say that this extension shows the best results.

Does the seller discount? Fine! You will see this on the results page!
Do you do dropshipping? Fine! On the search results page, you can see the price and choose the cheapest option!
Try searching for branded items. We know that Aliexpress is full of copies of different brands and sellers.
Now you can do even more orders.
We tried to make a great helper for your shopping!

We also want to point out that by installing the extension, you allow developers to receive a cashback from your purchases as a reward for using the extension.                    

확장 프로그램 기본 정보

이름 Aliexpress - Search by image Aliexpress - Search by image
ID ecgllillhilocegdanfdmbfnjonmhpie
공식 URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/ecgllillhilocegdanfdmbfnjonmhpie
설명 Search similar items and goods by image on Aliexpress.com
파일 크기 611 KB
설치 횟수 52,685
현재 버전 10.1
최근 업데이트 2023-04-18
출시 날짜 2020-06-03
평점 4.03/5 총 733 개의 평점
개발자 tegra.innnova
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchbyimage.pro/
개인정보 보호 정책 페이지 URL https://searchbyimage.pro/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "icon\/icon128.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/*",
                "flutter_app"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';object-src 'self'"
    },
    "version": "10.1"
}