Wayfair Extension
A helpful extension can simplifiy wayfair order processing significantly.
ما هو Wayfair Extension؟
Wayfair Extension هو إضافة Chrome تم تطويرها بواسطة EdisonH، والميزة الرئيسية لها هي "A helpful extension can simplifiy wayfair order processing significantly.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wayfair Extension
قم بتنزيل ملفات الامتداد Wayfair Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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", " |