AliPrice Search by image for Shein

Search by image to find Shein similar products

Qu'est-ce que AliPrice Search by image for Shein ?

AliPrice Search by image for Shein est une extension Chrome développée par aliprice3, et sa fonction principale est "Search by image to find Shein similar products".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AliPrice Search by image for Shein

Téléchargez les fichiers d'extension AliPrice Search by image for Shein au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom AliPrice Search by image for Shein AliPrice Search by image for Shein
ID fnlodpokkmdkbfdpndggldifechbglbf
URL Officiel https://chromewebstore.google.com/detail/aliprice-search-by-image/fnlodpokkmdkbfdpndggldifechbglbf
Description Search by image to find Shein similar products
Taille du Fichier 4.12 MB
Nombre d'Installations 1,017
Version Actuelle 3.0.3
Dernière Mise à Jour 2023-11-19
Date de Publication 2022-01-11
Évaluation 4.42/5 Total 26 Évaluations
Développeur aliprice3
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aliprice.com/
URL de la Page d'Aide https://www.aliprice.com/information/index/page/contact
URL de la Page de Politique de Confidentialité https://www.aliprice.com/information/index/page/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}