Thieve AliExpress Tools

Making browsing and buying on AliExpress easier, faster and safer

Thieve AliExpress Tools란 무엇입니까?

Thieve AliExpress Tools은(는) https://thieve.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making browsing and buying on AliExpress easier, faster and safer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Thieve AliExpress Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}