FashionGo Style Match+

A Chrome extension for FashionGo

Co je FashionGo Style Match+?

FashionGo Style Match+ je rozšíření Chrome vyvinuté FashionGo, a jeho hlavní funkcí je „A Chrome extension for FashionGo“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FashionGo Style Match+

Stáhněte si soubory rozšíření FashionGo Style Match+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Shop your limitless inspirations, instantly at FashionGo.net

Get ready to fall in love all over again with your favorite feature on FashionGo.
Style Match+ improves finding and shopping for what you want to be easier and faster. 
Style Match+ is free to download. It is designed to maximize your image search and personalize your ability to find exactly what you want in 2 easy steps. 

[ Style Match+ Benefits ]
- Style Match+ expands your style search to anywhere Google takes you.
- Shop your style inspirations on FashionGo instantly with a simple right-click. 

[ Unlimit your search ]
- Your inspirations are limitless so why limit your search? Search for styles on your Google Chrome browser and shop the style on FashionGo in 2 easysteps.

#1. Increase your productivity 
Right click on the search image and choose "Search Image on FashionGo" to instantly shop for similar styles. 
Find what you need faster. Give yourself more time to do more and build the retail brand of your dreams. 

#2. Save your search
Bookmark your search images. Right click on your search image and choose "Save to Style Match+ in Favorites"
to save your search images and shop when you are ready. Pick up where you left off without losing your pace. 

[ How It Works ]
- From the browser on your desktop, right click on a style image you’d like to stock in your store 
- Choose “Search Image on FashionGo” to directly upload the image to instantly shop similar style on FashionGo.net 
- Or choose "Save to Style Match+ in Favorites" to save your search image and shop this style later when you want.
- Must be logged in to FashionGo before using Style Match+ for seamless experience. If you are not logged in,you will be prompt to log in to FashionGo before you can begin using Style Match+

To confirm that it has been downloaded correctly, check for the FashionGo logo next to the browser search bar.                    

Základní Informace o Rozšíření

Název FashionGo Style Match+ FashionGo Style Match+
ID jnphifhadlaidikiafjceeogookkpgll
Oficiální URL https://chromewebstore.google.com/detail/fashiongo-style-match+/jnphifhadlaidikiafjceeogookkpgll
Popis A Chrome extension for FashionGo
Velikost souboru 30.54 KB
Počet instalací 5,375
Aktuální Verze 1.0.4
Poslední Aktualizace 2024-01-16
Datum Vydání 2020-06-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář FashionGo
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.fashiongo.net
URL Stránky Nápovědy https://www.fashiongo.net/CustomerService/ContactUs
URL Stránky Zásad Ochrany Soukromí https://www.fashiongo.net/CustomerService/PrivacyPolicy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FashionGo Style Match+",
    "version": "1.0.4",
    "default_locale": "en",
    "description": "A Chrome extension for FashionGo",
    "homepage_url": "https:\/\/www.fashiongo.net\/style-match-plus\/homepage",
    "permissions": [
        "contextMenus",
        "notifications",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "css": [
                "instagram.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "uiInjection.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "icons": {
        "16": "icons\/fg_icon_16.png",
        "32": "icons\/fg_icon_32.png",
        "48": "icons\/fg_icon_48.png",
        "128": "icons\/fg_icon_128.png"
    }
}