Search by image on Aliexpress

The extension allows you to use any picture (photo) to quickly search for products on Aliexpress

Search by image on Aliexpressคืออะไร?

Search by image on Aliexpress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itcashback และคุณลักษณะหลักของมันคือ "The extension allows you to use any picture (photo) to quickly search for products on Aliexpress"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search by image on Aliexpress

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

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

                        What is this supplement for?

This add-on allows you to quickly find the goods you need (from the photo) in the popular Aliexpress store. If you saw goods on some website that you want to buy on Aliexpress you need to take a few simple steps:

1. Install this application "Search by image on Aliexpress" (you need to do it once)
2. On any site, click on the picture (photo) with the right mouse button.
3. In the context menu, click "Search Pictures on Aliexpress.ru"

After which you will be redirected to the website of Aliexpress store where as a result of the search
You will need goods. This is a very simple application that saves you time.                    

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

ชื่อ Search by image on Aliexpress Search by image on Aliexpress
ID cmkhghjjbnkidoplhmeiplccpfkffpek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-by-image-on-aliexp/cmkhghjjbnkidoplhmeiplccpfkffpek
คำอธิบาย The extension allows you to use any picture (photo) to quickly search for products on Aliexpress
ขนาดไฟล์ 56.29 KB
จำนวนการติดตั้ง 696
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2023-12-10
วันที่เผยแพร่ 2020-06-09
คะแนน 3.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา itcashback
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://serchimage.xyz/
URL หน้านโยบายความเป็นส่วนตัว https://itcashback.com/site/privacy
ภาษาที่รองรับ en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.0",
    "icons": {
        "128": "\/img\/128.png",
        "48": "\/img\/48.png",
        "16": "\/img\/16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Start page"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/serchimage.xyz\/"
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "js": [
                "\/js\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}