Vend Client
Shows product list for a retailer using Vend API
O que é Vend Client?
Vend Client é uma extensão do Chrome desenvolvida por Datarup FOSS, e sua principal característica é "Shows product list for a retailer using Vend API".
Baixar o arquivo CRX da Extensão Vend Client
Baixe arquivos de extensão Vend Client no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
URL Oficial | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Descrição | Shows product list for a retailer using Vend API |
Tamanho do Arquivo | 189 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.2.1 |
Última Atualização | 2015-08-21 |
Data de Publicação | 2015-08-21 |
Desenvolvedor | Datarup FOSS |
Tipo de Pagamento | free |
Site da Extensão | http://datarup.github.io/vendClient/ |
URL da Página de Ajuda | http://datarup.github.io/vendClient/ |
Idiomas Suportados | 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 } |