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」です。
拡張機能のスクリーンショット
Thieve AliExpress Tools拡張機能のCRXファイルをダウンロード
Thieve AliExpress Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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'" } |