Wayfair Extension
A helpful extension can simplifiy wayfair order processing significantly.
Wat is Wayfair Extension?
Wayfair Extension is een Chrome-extensie ontwikkeld door EdisonH, en de belangrijkste functie is "A helpful extension can simplifiy wayfair order processing significantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wayfair Extension
Download Wayfair Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | dcepkdfbjjokgechijamgcejonfnekec |
Officiële URL | https://chrome.google.com/webstore/detail/wayfair-extension/dcepkdfbjjokgechijamgcejonfnekec |
Beschrijving | A helpful extension can simplifiy wayfair order processing significantly. |
Bestandsgrootte | 1.91 MB |
Aantal Installaties | 758 |
Huidige Versie | 5.2 |
Laatst Bijgewerkt | 2017-12-19 |
Publicatiedatum | 2017-12-19 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | EdisonH |
Betalingswijze | free |
Ondersteunde Talen | 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", " |