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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
    ]
}