123seeks - Search products by image

Search products on AliExpress, DHGate, Banggood by image

123seeks - Search products by image란 무엇입니까?

123seeks - Search products by image은(는) https://123seeks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search products on AliExpress, DHGate, Banggood by image"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search products on AliExpress, DhGate, Banggood by any image.
No google or any search engine
Right click on image and search!
123seeks - Search products by image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress, DhGate, Banggood.

Very easy to use, just right click on an Image and click "Search this image on AliExpress | DhGate | Banggood" .

* Install the chrome extension
* Find any image and right click "Search this image on AliExpress | DhGate | Banggood"
* Browse through results on 123seeks.
* Click on products and view them on AliExpress, DhGate, Banggood.                    

확장 프로그램 기본 정보

이름 123seeks - Search products by image 123seeks - Search products by image
ID pbfhbgjfabpcgmjlkdpleolnbndbdeff
공식 URL https://chrome.google.com/webstore/detail/123seeks-search-products/pbfhbgjfabpcgmjlkdpleolnbndbdeff
설명 Search products on AliExpress, DHGate, Banggood by image
파일 크기 169 KB
설치 횟수 380
현재 버전 0.1.0
최근 업데이트 2021-04-26
출시 날짜 2020-10-06
평점 2.50/5 총 2 개의 평점
개발자 https://123seeks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://123seeks.com
개인정보 보호 정책 페이지 URL https://123seeks.com/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "homepage_url": "https:\/\/123seeks.com\/",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "background\/index.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/*.123seeks.com\/*",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "shared\/google-analytics-bundle.js",
        "icons\/webpack-38.png"
    ],
    "icons": {
        "16": "$assets\/webpack-16.png",
        "32": "$assets\/webpack-32.png",
        "128": "$assets\/webpack-128.png"
    },
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1.0"
}