Vend Client
Shows product list for a retailer using Vend API
Wat is Vend Client?
Vend Client is een Chrome-extensie ontwikkeld door Datarup FOSS, en de belangrijkste functie is "Shows product list for a retailer using Vend API".
Download het CRX-bestand van de extensie Vend Client
Download Vend Client-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
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.
Basisinformatie over de Extensie
Naam | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
Officiële URL | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Beschrijving | Shows product list for a retailer using Vend API |
Bestandsgrootte | 189 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.2.1 |
Laatst Bijgewerkt | 2015-08-21 |
Publicatiedatum | 2015-08-21 |
Ontwikkelaar | Datarup FOSS |
Betalingswijze | free |
Extensiewebsite | http://datarup.github.io/vendClient/ |
Help Pagina-URL | http://datarup.github.io/vendClient/ |
Ondersteunde Talen | 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 } |