Wayfair Extension
A helpful extension can simplifiy wayfair order processing significantly.
Wayfair Extension란 무엇입니까?
Wayfair Extension은(는) EdisonH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A helpful extension can simplifiy wayfair order processing significantly."입니다.
확장 프로그램 스크린샷
Wayfair Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension for Wayfair's business partners to simplify the order processing steps. The extension can massively reduce the process time from 4 hours to 20 minutes. Features: * Easy-to-filter packing slips for UPS orders and LTL orders * One click check dimension for all LTL orders * Easy to rearrange the order of the purchasing list to match the sales list Usage: 1. change display per page to total number of POs 2. run extension to select awesome features
확장 프로그램 기본 정보
이름 | |
ID | dcepkdfbjjokgechijamgcejonfnekec |
공식 URL | https://chrome.google.com/webstore/detail/wayfair-extension/dcepkdfbjjokgechijamgcejonfnekec |
설명 | A helpful extension can simplifiy wayfair order processing significantly. |
파일 크기 | 1.91 MB |
설치 횟수 | 758 |
현재 버전 | 5.2 |
최근 업데이트 | 2017-12-19 |
출시 날짜 | 2017-12-19 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | EdisonH |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wayfair Extension", "description": "A helpful extension can simplifiy wayfair order processing significantly.", "version": "5.2", "content_scripts": [ { "matches": [ "*:\/\/*.partners.wayfair.com\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", " |