AliExpress Image Search
Find the best suppliers with the lower prices for your products
AliExpress Image Searchとは何ですか?
AliExpress Image Searchはalisearchbyimageによって開発されたChromeの拡張機能で、その主な機能は「Find the best suppliers with the lower prices for your products」です。
拡張機能のスクリーンショット
AliExpress Image Search拡張機能のCRXファイルをダウンロード
AliExpress Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to search for products on Aliexpress by picture
拡張機能の基本情報
名前 | AliExpress Image Search |
ID | mfonnkhmbbhapphdapnnjbpohppplhhh |
公式URL | https://chromewebstore.google.com/detail/aliexpress-image-search/mfonnkhmbbhapphdapnnjbpohppplhhh |
説明 | Find the best suppliers with the lower prices for your products |
ファイルサイズ | 66.09 KB |
インストール数 | 75 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-03-14 |
公開日 | 2022-09-08 |
開発者 | alisearchbyimage |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "version": "1.0.0", "description": "__MSG_subtitle__", "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "*:\/\/*.aliexpress.com\/*", "https:\/\/thieve.co\/api\/ali\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/item\/*" ], "js": [ "script.js" ] } ], "action": { "default_popup": "index.html" }, "icons": { "128": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en", "manifest_version": 3 } |