AliExpress Image Search

Find the best suppliers with the lower prices for your products

O que é AliExpress Image Search?

AliExpress Image Search é uma extensão do Chrome desenvolvida por alisearchbyimage, e sua principal característica é "Find the best suppliers with the lower prices for your products".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão AliExpress Image Search

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

                        Allows you to search for products on Aliexpress by picture                    

Informações Básicas da Extensão

Nome AliExpress Image Search AliExpress Image Search
ID mfonnkhmbbhapphdapnnjbpohppplhhh
URL Oficial https://chromewebstore.google.com/detail/aliexpress-image-search/mfonnkhmbbhapphdapnnjbpohppplhhh
Descrição Find the best suppliers with the lower prices for your products
Tamanho do Arquivo 66.09 KB
Contagem de Instalações 75
Versão Atual 1.0.0
Última Atualização 2023-03-14
Data de Publicação 2022-09-08
Desenvolvedor alisearchbyimage
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.0",
    "description": "__MSG_subtitle__",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.aliexpress.com\/*",
        "https:\/\/thieve.co\/api\/ali\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "manifest_version": 3
}