Vend Client
Shows product list for a retailer using Vend API
Qu'est-ce que Vend Client ?
Vend Client est une extension Chrome développée par Datarup FOSS, et sa fonction principale est "Shows product list for a retailer using Vend API".
Télécharger le fichier CRX de l'extension Vend Client
Téléchargez les fichiers d'extension Vend Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
URL Officiel | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Description | Shows product list for a retailer using Vend API |
Taille du Fichier | 189 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.2.1 |
Dernière Mise à Jour | 2015-08-21 |
Date de Publication | 2015-08-21 |
Développeur | Datarup FOSS |
Type de Paiement | free |
Site Web de l'Extension | http://datarup.github.io/vendClient/ |
URL de la Page d'Aide | http://datarup.github.io/vendClient/ |
Langues Prises en Charge | 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 } |