Shnap - Visual Search for Fashion

Snap any image of a fashion item and instantly shop it!

Shnap - Visual Search for Fashionคืออะไร?

Shnap - Visual Search for Fashion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getshnap.com และคุณลักษณะหลักของมันคือ "Snap any image of a fashion item and instantly shop it!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shnap - Visual Search for Fashion

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

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

                        When style envy strikes, don't waste hours scrolling miles scouring the internet. 

Just click the Shnap button hovering over on any image or item and Shnap's smart visual search technology will auto-magically search the world's best stores to find everywhere you can buy that item plus visually similar options too.
This means you'll find exactly what you're looking for without even trying. 

So many ways to effortlessly saves time and money.                    

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

ชื่อ Shnap - Visual Search for Fashion Shnap - Visual Search for Fashion
ID lggddbpkamikjbnoehdcjnkggcbkiech
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shnap-visual-search-for-f/lggddbpkamikjbnoehdcjnkggcbkiech
คำอธิบาย Snap any image of a fashion item and instantly shop it!
ขนาดไฟล์ 87.41 KB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2020-06-22
วันที่เผยแพร่ 2020-06-22
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://getshnap.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getshnap.com
URL หน้าช่วยเหลือ https://theurge.com/page/faq
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shnap - Visual Search for Fashion",
    "description": "Snap any image of a fashion item and instantly shop it!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}