AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

Qu'est-ce que AliExpress Similar Products Finder ?

AliExpress Similar Products Finder est une extension Chrome développée par http://aliimagesearch.com, et sa fonction principale est "Find similar products from different sellers on ALiExpress".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AliExpress Similar Products Finder

Téléchargez les fichiers d'extension AliExpress Similar Products Finder 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

                        ALiExpress is the largest online marketplace in China. There are millions of items listed on Aliexpress, and the items come from a wide variety of suppliers scattered around China. As a result, it can be difficult to find other similar products to an item you're interested in purchasing on Aliexpress. With our chrome extension, you can easily find similar products from other suppliers by simply click on the extension icon while visiting the product page.

AliExpress is a booming e-commerce platform, with millions of products and thousands of sellers. It's very hard to find similar items from other suppliers using AliExpress product page, if you want to find a better supplier. That's why we developed this chrome extension, it helps users to find similar items from other suppliers online easily.                    

Informations de Base sur l'Extension

Nom AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
URL Officiel https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
Description Find similar products from different sellers on ALiExpress
Taille du Fichier 28.31 KB
Nombre d'Installations 167
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2022-02-03
Date de Publication 2022-02-03
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://aliimagesearch.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aliimagesearch.com/
URL de la Page d'Aide https://aliimagesearch.com/contact-us/
URL de la Page de Politique de Confidentialité https://aliimagesearch.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Similar Products Finder",
    "description": "Find similar products from different sellers on ALiExpress",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/aaa16-01.png",
        "48": "images\/aaa48-01.png",
        "128": "images\/aaa128-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}