Ali Image Search - Search by Screenshot

Search similar products on AliExpress from anywhere by taking screenshot.

Ali Image Search - Search by Screenshotคืออะไร?

Ali Image Search - Search by Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aliimagesearch.com และคุณลักษณะหลักของมันคือ "Search similar products on AliExpress from anywhere by taking screenshot."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ali Image Search - Search by Screenshot

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

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

                        Your experience of AliExpress image search will change by using this Extension. You don't need to save any image and upload it to search for similar products on AliExpress. You can take screenshots from anywhere on the internet. And search using the screenshot.

Suppose, you saw a product on a video, you want to buy it. You can take a screenshot from that video and search in real-time. 

This extension works on any website on the internet. Just click on the extension and select the product you want to search on AliExpress and click on the "Search" button. Or click on the "Reset" button to select another object. 

Please try to select the product only without excessive background or other items attached to it for better results.

If you face any issues you can always contact us by visiting https://aliimagesearch.com/contact-us/                    

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

ชื่อ Ali Image Search - Search by Screenshot Ali Image Search - Search by Screenshot
ID gheeeapchogdoiooldhphkljnoephdje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ali-image-search-search-b/gheeeapchogdoiooldhphkljnoephdje
คำอธิบาย Search similar products on AliExpress from anywhere by taking screenshot.
ขนาดไฟล์ 37.44 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2022-02-09
ผู้พัฒนา https://aliimagesearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aliimagesearch.com/
URL หน้าช่วยเหลือ https://aliimagesearch.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://aliimagesearch.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ali Image Search - Search by Screenshot",
    "description": "Search similar products on AliExpress from anywhere by taking screenshot.",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}