Thieve AliExpress Tools

Making browsing and buying on AliExpress easier, faster and safer

Qu'est-ce que Thieve AliExpress Tools ?

Thieve AliExpress Tools est une extension Chrome développée par https://thieve.co, et sa fonction principale est "Making browsing and buying on AliExpress easier, faster and safer".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Thieve AliExpress Tools

Téléchargez les fichiers d'extension Thieve AliExpress Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Thieve AliExpress Tools Thieve AliExpress Tools
ID bniadokhddgdbbcpolbgjcnmaphkbpni
URL Officiel https://chromewebstore.google.com/detail/thieve-aliexpress-tools/bniadokhddgdbbcpolbgjcnmaphkbpni
Description Making browsing and buying on AliExpress easier, faster and safer
Taille du Fichier 511 KB
Nombre d'Installations 13,810
Version Actuelle 1.6
Dernière Mise à Jour 2022-02-17
Date de Publication 2021-07-16
Évaluation 4.54/5 Total 24 Évaluations
Développeur https://thieve.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thieve.co
URL de la Page d'Aide https://thieve.co
Langues Prises en Charge 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'"
}