FashionGo Style Match+
A Chrome extension for FashionGo
FashionGo Style Match+란 무엇입니까?
FashionGo Style Match+은(는) FashionGo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension for FashionGo"입니다.
확장 프로그램 스크린샷
FashionGo Style Match+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | jnphifhadlaidikiafjceeogookkpgll |
공식 URL | https://chromewebstore.google.com/detail/fashiongo-style-match+/jnphifhadlaidikiafjceeogookkpgll |
설명 | A Chrome extension for FashionGo |
파일 크기 | 30.54 KB |
설치 횟수 | 5,375 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2020-06-28 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | FashionGo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.fashiongo.net |
도움말 페이지 URL | https://www.fashiongo.net/CustomerService/ContactUs |
개인정보 보호 정책 페이지 URL | https://www.fashiongo.net/CustomerService/PrivacyPolicy |
지원되는 언어 | 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" } } |