Vend Client
Shows product list for a retailer using Vend API
Cos'è Vend Client?
Vend Client è un'estensione di Chrome sviluppata da Datarup FOSS, e la sua funzione principale è "Shows product list for a retailer using Vend API".
Scarica il file CRX dell'estensione Vend Client
Scarica i file di estensione Vend Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows the product list for any VendHQ retailer, once you have the access to the retailer's merchandise using OAuth2.0. This lists some basic fields for each product and has filtering based on page and active/inactive products. It also has the ability to refresh token and save some basic settings like product and token refresh URLs and Client Id.
Informazioni di Base sull'Estensione
Nome | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
URL Ufficiale | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Descrizione | Shows product list for a retailer using Vend API |
Dimensione del File | 189 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.2.1 |
Ultimo Aggiornamento | 2015-08-21 |
Data di Pubblicazione | 2015-08-21 |
Sviluppatore | Datarup FOSS |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://datarup.github.io/vendClient/ |
URL della Pagina di Aiuto | http://datarup.github.io/vendClient/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vend Client", "version": "1.0.2.1", "description": "Shows product list for a retailer using Vend API", "permissions": [ "identity", "tabs", "storage", "https:\/\/*.vendhq.com\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/images\/vend19.png", "default_title": "Vend Client" }, "icons": { "16": "assets\/images\/vend16.png", "48": "assets\/images\/vend48.png", "128": "assets\/images\/vend128.png" }, "manifest_version": 2 } |