AliScout

Find the Amazon product on AliExpress

O que é AliScout?

AliScout é uma extensão do Chrome desenvolvida por Tim Mak, e sua principal característica é "Find the Amazon product on AliExpress".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AliScout

Baixe arquivos de extensão AliScout 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

                        Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them.

How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window.

The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. 

Current version is still in beta test, so please contact the developer if you encounter any issues.                    

Informações Básicas da Extensão

Nome AliScout AliScout
ID jdkfkjlaacibhpcjjndhpgnfjanpnnbg
URL Oficial https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg
Descrição Find the Amazon product on AliExpress
Tamanho do Arquivo 78.8 KB
Contagem de Instalações 744
Versão Atual 0.9
Última Atualização 2021-02-16
Data de Publicação 2021-02-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tim Mak
Email [email protected]
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliScout",
    "manifest_version": 2,
    "version": "0.9",
    "description": "Find the Amazon product on AliExpress",
    "defaul_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/timmak.pythonanywhere.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}