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文件
下载Wayfair Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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", " |