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文件

下载AliPrice Search by image for Shein扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}