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 - это расширение Chrome, разработанное aliprice3, и его основная функция - "Search by image to find Shein similar products".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AliPrice Search by image for Shein

Скачайте файлы расширений 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\/*"
            ]
        }
    ]
}