Thieve AliExpress Tools

Making browsing and buying on AliExpress easier, faster and safer

¿Qué es Thieve AliExpress Tools?

Thieve AliExpress Tools es una extensión de Chrome desarrollada por https://thieve.co, y su función principal es "Making browsing and buying on AliExpress easier, faster and safer".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Thieve AliExpress Tools

Descarga archivos de extensión Thieve AliExpress Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Thieve AliExpress Tools Thieve AliExpress Tools
ID bniadokhddgdbbcpolbgjcnmaphkbpni
URL Oficial https://chromewebstore.google.com/detail/thieve-aliexpress-tools/bniadokhddgdbbcpolbgjcnmaphkbpni
Descripción Making browsing and buying on AliExpress easier, faster and safer
Tamaño del Archivo 511 KB
Cantidad de Instalaciones 13,810
Versión Actual 1.6
Última Actualización 2022-02-17
Fecha de Publicación 2021-07-16
Calificación 4.54/5 Total de 24 Calificaciones
Desarrollador https://thieve.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://thieve.co
URL de la Página de Ayuda https://thieve.co
Idiomas Soportados 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'"
}