Vend Client
Shows product list for a retailer using Vend API
¿Qué es Vend Client?
Vend Client es una extensión de Chrome desarrollada por Datarup FOSS, y su función principal es "Shows product list for a retailer using Vend API".
Descargar Archivo CRX de la Extensión Vend Client
Descarga archivos de extensión Vend Client en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
URL Oficial | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Descripción | Shows product list for a retailer using Vend API |
Tamaño del Archivo | 189 KB |
Cantidad de Instalaciones | 34 |
Versión Actual | 1.0.2.1 |
Última Actualización | 2015-08-21 |
Fecha de Publicación | 2015-08-21 |
Desarrollador | Datarup FOSS |
Tipo de Pago | free |
Sitio Web de la Extensión | http://datarup.github.io/vendClient/ |
URL de la Página de Ayuda | http://datarup.github.io/vendClient/ |
Idiomas Soportados | 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 } |