AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

Co je AliExpress Similar Products Finder?

AliExpress Similar Products Finder je rozšíření Chrome vyvinuté http://aliimagesearch.com, a jeho hlavní funkcí je „Find similar products from different sellers on ALiExpress“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AliExpress Similar Products Finder

Stáhněte si soubory rozšíření AliExpress Similar Products Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
Oficiální URL https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
Popis Find similar products from different sellers on ALiExpress
Velikost souboru 28.31 KB
Počet instalací 167
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2022-02-03
Datum Vydání 2022-02-03
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář http://aliimagesearch.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://aliimagesearch.com/
URL Stránky Nápovědy https://aliimagesearch.com/contact-us/
URL Stránky Zásad Ochrany Soukromí https://aliimagesearch.com/privacy-policy
Podporované Jazyky 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"
        }
    ]
}