AliExpress Similar Products Finder

Find similar products from different sellers on ALiExpress

O que é AliExpress Similar Products Finder?

AliExpress Similar Products Finder é uma extensão do Chrome desenvolvida por http://aliimagesearch.com, e sua principal característica é "Find similar products from different sellers on ALiExpress".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AliExpress Similar Products Finder

Baixe arquivos de extensão AliExpress Similar Products Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AliExpress Similar Products Finder AliExpress Similar Products Finder
ID gaekmidoljdndkjpplfibeaffloahgbb
URL Oficial https://chrome.google.com/webstore/detail/aliexpress-similar-produc/gaekmidoljdndkjpplfibeaffloahgbb
Descrição Find similar products from different sellers on ALiExpress
Tamanho do Arquivo 28.31 KB
Contagem de Instalações 167
Versão Atual 0.0.0.2
Última Atualização 2022-02-03
Data de Publicação 2022-02-03
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor http://aliimagesearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://aliimagesearch.com/
URL da Página de Ajuda https://aliimagesearch.com/contact-us/
URL da Página de Política de Privacidade https://aliimagesearch.com/privacy-policy
Idiomas Suportados 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"
        }
    ]
}