Thieve AliExpress Tools

Making browsing and buying on AliExpress easier, faster and safer

O que é Thieve AliExpress Tools?

Thieve AliExpress Tools é uma extensão do Chrome desenvolvida por https://thieve.co, e sua principal característica é "Making browsing and buying on AliExpress easier, faster and safer".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Thieve AliExpress Tools

Baixe arquivos de extensão Thieve AliExpress Tools 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

                        The ultimate chrome extension for AliExpress shoppers.

---------------------
F E A T U R E S
---------------------

Save $$$ by finding factory suppliers for any product on the internet with our supplier search.

Instantly tell if you can trust a product with Thieve's realtime trust scores on every product. We analyse the product rating as well as the supplier rating to give you traffic light score on every product.

Infinite scroll on AliExpress.com!

Find better suppliers by using Thieve's Supplier Search directly from within AliExpress and Shopify product pages. 

Right click any image on the internet to search for it on AliExpress.

-----------------------
T H I E V E . C O 
-----------------------

We've cooked in the best curated products from AliExpress.

Get inspired from the latest featured products right from the browser bar.                    

Informações Básicas da Extensão

Nome Thieve AliExpress Tools Thieve AliExpress Tools
ID bniadokhddgdbbcpolbgjcnmaphkbpni
URL Oficial https://chromewebstore.google.com/detail/thieve-aliexpress-tools/bniadokhddgdbbcpolbgjcnmaphkbpni
Descrição Making browsing and buying on AliExpress easier, faster and safer
Tamanho do Arquivo 511 KB
Contagem de Instalações 13,810
Versão Atual 1.6
Última Atualização 2022-02-17
Data de Publicação 2021-07-16
Classificação 4.54/5 Total de 24 Avaliações
Desenvolvedor https://thieve.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thieve.co
URL da Página de Ajuda https://thieve.co
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thieve AliExpress Tools",
    "description": "Making browsing and buying on AliExpress easier, faster and safer",
    "version": "1.6",
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script-injector.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Thieve"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "assets\/icons\/thieve-icon-32x32.png",
        "48": "assets\/icons\/thieve-icon-96x96.png",
        "128": "assets\/icons\/thieve-icon-128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}