Search AliExpress Products By Image

Right click to image and search AliExpress products by image. List site support: amazon, ebay and etsy.com

Search AliExpress Products By Imageคืออะไร?

Search AliExpress Products By Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aliwinning8888 และคุณลักษณะหลักของมันคือ "Right click to image and search AliExpress products by image. List site support: amazon, ebay and etsy.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search AliExpress Products By Image

ดาวน์โหลดไฟล์ส่วนขยาย Search AliExpress Products By Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        * Fix bug: can not search product on Aliexpress *

Find products on Aliexpress by right click on product image and choose “Search product in Aliexpress.com”. You will see all relevant products without redirecting to Google. 

How to use:

✓ Super easy to use – Just Right Click on product image and click “Search product in Aliexpress.com”
✓ Immediate results without redirecting to Google like other chromes extensions
Searching results:
✓ Show relevant products
✓ Discover visually similar products to find the best deals

Site support:
Various sites: amazon.com, amazon.co.uk, amazon.fr, amazon.ca, amazon.co.jp, ebay.com, ebay.co.uk, ebay.fr, ebay.ca, etsy.com

Wish you a happy shopping! If you need any support, please feel free to contact us via email [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search AliExpress Products By Image Search AliExpress Products By Image
ID kbchnjmopnponhoihboafembgokiioei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-aliexpress-product/kbchnjmopnponhoihboafembgokiioei
คำอธิบาย Right click to image and search AliExpress products by image. List site support: amazon, ebay and etsy.com
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 1,069
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-01-05
วันที่เผยแพร่ 2019-07-07
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา aliwinning8888
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dropshipautoorder.info/
URL หน้าช่วยเหลือ https://dropshipautoorder.info/
URL หน้านโยบายความเป็นส่วนตัว https://dropshipautoorder.info/privacy
ภาษาที่รองรับ id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "manifest_version": 2,
    "name": "Search AliExpress Products By Image",
    "description": "Right click to image and search AliExpress products by image. List site support: amazon, ebay and etsy.com",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "default_locale": "en",
    "browser_action": {
        "name": "Search AliExpress Products By Image",
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/api.dropshipautoorder.info\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "web_accessible_resources": [
        "css\/content.css",
        "icons\/close.png",
        "icons\/icon-white.png",
        "js\/libs\/jquery.min.js"
    ],
    "background": {
        "page": "background.html"
    }
}