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\/*"
    ]
}