Ali Image Search - Search by Screenshot

Search similar products on AliExpress from anywhere by taking screenshot.

O que é Ali Image Search - Search by Screenshot?

Ali Image Search - Search by Screenshot é uma extensão do Chrome desenvolvida por https://aliimagesearch.com, e sua principal característica é "Search similar products on AliExpress from anywhere by taking screenshot.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ali Image Search - Search by Screenshot

Baixe arquivos de extensão Ali Image Search - Search by Screenshot 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

                        Your experience of AliExpress image search will change by using this Extension. You don't need to save any image and upload it to search for similar products on AliExpress. You can take screenshots from anywhere on the internet. And search using the screenshot.

Suppose, you saw a product on a video, you want to buy it. You can take a screenshot from that video and search in real-time. 

This extension works on any website on the internet. Just click on the extension and select the product you want to search on AliExpress and click on the "Search" button. Or click on the "Reset" button to select another object. 

Please try to select the product only without excessive background or other items attached to it for better results.

If you face any issues you can always contact us by visiting https://aliimagesearch.com/contact-us/                    

Informações Básicas da Extensão

Nome Ali Image Search - Search by Screenshot Ali Image Search - Search by Screenshot
ID gheeeapchogdoiooldhphkljnoephdje
URL Oficial https://chromewebstore.google.com/detail/ali-image-search-search-b/gheeeapchogdoiooldhphkljnoephdje
Descrição Search similar products on AliExpress from anywhere by taking screenshot.
Tamanho do Arquivo 37.44 KB
Contagem de Instalações 138
Versão Atual 1.0.1
Última Atualização 2022-02-09
Data de Publicação 2022-02-09
Desenvolvedor https://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": "Ali Image Search - Search by Screenshot",
    "description": "Search similar products on AliExpress from anywhere by taking screenshot.",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}