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",
" | |