Alibaba Search by image

Quickly search Alibaba for any image you see while browsing!

Alibaba Search by imageคืออะไร?

Alibaba Search by image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alibabasearchbyimage.com และคุณลักษณะหลักของมันคือ "Quickly search Alibaba for any image you see while browsing!"

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

screenshot
screenshot

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

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

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

                        Source products from Alibaba with ease! This helpful dropshipping tool will let you search for similar images on Alibaba with 1 click. 

When you hover on any image you see on the web, this extension's icon will appear in the image's top-left corner. Click on the icon to initiate searching for similar products on the Alibaba Image Search. After the search is done, you will be taken to the results page in a new tab.

This saves you lots of time because you don't have to download the image to your computer and then go to Alibaba and upload that image in their search. You just press the button and the extension does it for you!

If you've found a site where you'd like it to work and it doesn't, post the URL in the Support section and functionality for that page may be added.

--------------------------------------

This extension may receive a commission when you search for or purchase select products with our partners (an affiliate tag may be applied to visited partner links in select cases).

This extension does not store your data, it is also not affiliated with Alibaba in any way.                    

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

ชื่อ Alibaba Search by image Alibaba Search by image
ID begnkfeikebdelojdklgfkbhbeboilne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alibaba-search-by-image/begnkfeikebdelojdklgfkbhbeboilne
คำอธิบาย Quickly search Alibaba for any image you see while browsing!
ขนาดไฟล์ 68.02 KB
จำนวนการติดตั้ง 35,097
เวอร์ชันปัจจุบัน 1.4.18
อัปเดตครั้งล่าสุด 2022-11-06
วันที่เผยแพร่ 2020-03-07
คะแนน 3.48/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://alibabasearchbyimage.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alibabasearchbyimage.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly search Alibaba for any image you see while browsing!",
    "version": "1.4.18",
    "name": "Alibaba Search by image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "upload-icon-circle-thicker.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "upload-icon-circle-thicker.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "script-src": [
            "self",
            "unsafe-eval"
        ],
        "object-src": "self"
    }
}