AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

Cos'è AliExpress Similar Products Finder?

AliExpress Similar Products Finder è un'estensione di Chrome sviluppata da http://aliimagesearch.com, e la sua funzione principale è "Find similar products from different sellers on ALiExpress".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliExpress Similar Products Finder

Scarica i file di estensione AliExpress Similar Products Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
URL Ufficiale https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
Descrizione Find similar products from different sellers on ALiExpress
Dimensione del File 28.31 KB
Conteggio Installazioni 167
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2022-02-03
Data di Pubblicazione 2022-02-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://aliimagesearch.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aliimagesearch.com/
URL della Pagina di Aiuto https://aliimagesearch.com/contact-us/
URL della Pagina della Politica sulla Privacy https://aliimagesearch.com/privacy-policy
Lingue Supportate 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"
        }
    ]
}