Search by image on Amazon

Search for any product in one click on amazon.

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

Search by image on Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://productsearch.app และคุณลักษณะหลักของมันคือ "Search for any product in one click on amazon."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        "Search by image on Amazon" is a powerful browser extension designed to streamline and simplify the online shopping experience, primarily on Amazon. In the era of e-commerce, this innovative extension is a must-have tool for anyone who shopes regularly on Amazon and is looking for a more convenient and faster way to find the right products.

The functionality of the extension is based on the ability to analyze images to search for products. Users can simply right-click on any image in the browser and select "Search on Amazon". The extension then uploads the image to the server, where it is analyzed using a trained neural network. As a result, the user receives a selection of eligible products on Amazon that match the uploaded image.

With the rise in popularity of online shopping and the increase in the number of products available on Amazon, finding the right product can be a daunting task. This is where the "Search by image on Amazon" extension comes to the rescue. Its unique features and tools make it quick and easy to find the products you need, eliminating the need to spend hours searching the Amazon website.

"Search by image on Amazon" is designed for the convenience of all Internet users. No matter how familiar you are with complex technical concepts, you can still take advantage of the powerful features and tools that this extension offers.

All in all, if you're an active Amazon shopper, "Search by image on Amazon" is an indispensable tool that can save you time, money, and effort. Thanks to this extension, you will be able to quickly and easily find the right products at a real price and with a wide range of options to choose from. Don't wait, install "Search by image on Amazon" today and start enjoying an improved Amazon shopping experience!                    

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

ชื่อ Search by image on Amazon Search by image on Amazon
ID dalcafimefnkcnhhlbceoedffpkfehoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-by-image-on-amazon/dalcafimefnkcnhhlbceoedffpkfehoe
คำอธิบาย Search for any product in one click on amazon.
ขนาดไฟล์ 55.96 KB
จำนวนการติดตั้ง 6,232
เวอร์ชันปัจจุบัน 3.4.7
อัปเดตครั้งล่าสุด 2023-06-16
วันที่เผยแพร่ 2023-06-06
คะแนน 4.84/5 รวมทั้งหมด 76 คะแนน
ผู้พัฒนา https://productsearch.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://productsearch.app/
URL หน้าช่วยเหลือ https://productsearch.app/contact
URL หน้านโยบายความเป็นส่วนตัว https://productsearch.app/privacy
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,ru,uk,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "contentScript.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "ic.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.7",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "ic.png",
                "loader.css",
                "toast.css"
            ]
        }
    ]
}