Etsy Image Search

A powerful Etsy listing image search tool that supports searching for similar Etsy listings through Google, Bing, and Yandex.

Etsy Image Searchคืออะไร?

Etsy Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://esale.io และคุณลักษณะหลักของมันคือ "A powerful Etsy listing image search tool that supports searching for similar Etsy listings through Google, Bing, and Yandex."

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

screenshot
screenshot

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

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

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

                        Etsy Image Search is a browser extension that allows you to search any image on the web to find similar products on Etsy or other different platforms. You can compare prices, refine product details or easily discover lower-priced alternatives.

The extension helps Etsy sellers and buyers find the best deals and products on the web and assists in identifying counterfeit or fraudulent items. Etsy image search is also popular among designers, helping artists explore how their work is used and shared across the web, while shoppers find it valuable for discovering new styles and trends.


👉👉 How to use it?
First you need to install it on your Chrome browser
———————————————————————————————
1. On any web page, when you find the product picture you want to query, right-click to display the menu.
2. Select "Etsy Image Search" and click to trigger the jump.
3. In the newly expanded page, you can find many Etsy listings or other platform products similar to the query image. You can optimize your products or find the lowest-priced products by comparing factors like price.
———————————————————————————————

For more etsy listing analysis, please check https://esale.io                    

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

ชื่อ Etsy Image Search Etsy Image Search
ID dkgoifbphbpimdbjhkbmbbhhfafjdilp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etsy-image-search/dkgoifbphbpimdbjhkbmbbhhfafjdilp
คำอธิบาย A powerful Etsy listing image search tool that supports searching for similar Etsy listings through Google, Bing, and Yandex.
ขนาดไฟล์ 395 KB
จำนวนการติดตั้ง 208
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2023-12-10
ผู้พัฒนา https://esale.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://esale.io
URL หน้านโยบายความเป็นส่วนตัว https://esale.io/privacy
ภาษาที่รองรับ ms,en,fil,sw,ca,da,et,hr,lv,lt,pl,ro,sk,sl,cs,sr,bg,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.1",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.baidu.com\/"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}