Search by image on Aliexpress

Search goods by image on Aliexpress

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

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing "Search by image on Aliexpress" a powerful browser extension that revolutionizes your online picture search experience. Now, you can effortlessly discover and explore captivating visuals across multiple search engines, including AliExpress, all while unlocking amazing discounts and deals on cheaper goods.

Experience unparalleled efficiency as you search by image with this innovative tool. Say goodbye to constant browser tab switching and hello to streamlined searches. Whether you're seeking specific products or browsing through captivating visuals, Search by image on Aliexpress simplifies the process, saving you valuable time and effort.

Not only does Search by image on Aliexpress support multiple image search engines, but it also caters to your e-commerce needs. Easily find similar products on various e-commerce websites, unlocking a world of discounts and irresistible deals. No more settling for high-priced items when cheaper alternatives are just a click away.                    

확장 프로그램 기본 정보

이름 Search by image on Aliexpress Search by image on Aliexpress
ID blfmfjegpphakahaoheemhoocbfeagpb
공식 URL https://chromewebstore.google.com/detail/search-by-image-on-aliexp/blfmfjegpphakahaoheemhoocbfeagpb
설명 Search goods by image on Aliexpress
파일 크기 57.92 KB
설치 횟수 121
현재 버전 1.2.1
최근 업데이트 2023-05-27
출시 날짜 2022-08-16
평점 3.67/5 총 3 개의 평점
개발자 ad2x2media
이메일 [email protected]
결제 유형 free
지원되는 언어 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
{
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": "image.png",
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "consts.js",
                "content-scripts.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "image.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "close.png",
                "next.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}