AliPrice Search by image for Shein

Search by image to find Shein similar products

AliPrice Search by image for Shein란 무엇입니까?

AliPrice Search by image for Shein은(는) aliprice3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search by image to find Shein similar products"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AliPrice Search by image for Shein 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Main feature:
1. Search by image to find similar products on Shein, 1688, Taobao and other websites
2. Shein price tracker, track price history on Shein within 3 or 6 months
3. Access to shortcuts to shopping cart, orders, wishlist, etc

Shein is a trademark of Shein Inc. This extension was developed by AliPrice.com and is not an official extension of Shein.
If you have any questions, welcome to contact us: https://www.aliprice.com/information/index/page/contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including Shein and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

확장 프로그램 기본 정보

이름 AliPrice Search by image for Shein AliPrice Search by image for Shein
ID fnlodpokkmdkbfdpndggldifechbglbf
공식 URL https://chromewebstore.google.com/detail/aliprice-search-by-image/fnlodpokkmdkbfdpndggldifechbglbf
설명 Search by image to find Shein similar products
파일 크기 4.12 MB
설치 횟수 1,017
현재 버전 3.0.3
최근 업데이트 2023-11-19
출시 날짜 2022-01-11
평점 4.42/5 총 26 개의 평점
개발자 aliprice3
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://aliprice.com/
도움말 페이지 URL https://www.aliprice.com/information/index/page/contact
개인정보 보호 정책 페이지 URL https://www.aliprice.com/information/index/page/privacy
지원되는 언어 de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10532&channel=chrome&platform=shein&version=3.0.3&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}