Thieve AliExpress Tools

Making browsing and buying on AliExpress easier, faster and safer

Thieve AliExpress Tools क्या है?

Thieve AliExpress Tools https://thieve.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making browsing and buying on AliExpress easier, faster and safer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thieve AliExpress Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Thieve AliExpress Tools Thieve AliExpress Tools
ID bniadokhddgdbbcpolbgjcnmaphkbpni
आधिकारिक URL https://chromewebstore.google.com/detail/thieve-aliexpress-tools/bniadokhddgdbbcpolbgjcnmaphkbpni
विवरण Making browsing and buying on AliExpress easier, faster and safer
फ़ाइल का आकार 511 KB
स्थापना संख्या 13,810
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-02-17
प्रकाशन तिथि 2021-07-16
रेटिंग 4.54/5 कुल 24 रेटिंग्स
डेवलपर https://thieve.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://thieve.co
सहायता पृष्ठ URL https://thieve.co
समर्थित भाषाएँ 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'"
}