AliExpress Search By Image

Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!

AliExpress Search By Image란 무엇입니까?

AliExpress Search By Image은(는) https://aliseeks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AliExpress Search By Image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress.

Very easy to use, just right click on an Image and click "Search AliExpress By Image" .

* Install the chrome extension
* Find any image and right click "Search AliExpress By Image"
* Browse through results on Aliseeks.
* Click on products and view them on AliExpress.

Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!                    

확장 프로그램 기본 정보

이름 AliExpress Search By Image AliExpress Search By Image
ID cpodebcggidjigndghagpkepglfbhali
공식 URL https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali
설명 Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
파일 크기 46.05 KB
설치 횟수 177,197
현재 버전 1.0.0.4
최근 업데이트 2019-08-19
출시 날짜 2019-08-18
평점 3.80/5 총 54 개의 평점
개발자 https://aliseeks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.aliseeks.com
도움말 페이지 URL https://www.aliseeks.com
지원되는 언어 en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.0.4",
    "author": "Alex Bello",
    "background": {
        "scripts": [
            "src\/environment.js",
            "src\/backgroundContextMenus.js",
            "src\/utilityFunctions.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Aliexpress Search By Image | Does not search Google"
    },
    "chrome_url_overrides": [],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "tab-icon.png",
        "48": "tab-icon.png",
        "128": "tab-icon.png"
    }
}