Vend Client
Shows product list for a retailer using Vend API
Was ist Vend Client?
Vend Client ist eine Chrome-Erweiterung, die von Datarup FOSS entwickelt wurde, und ihr Hauptmerkmal ist "Shows product list for a retailer using Vend API".
Vend Client-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vend Client-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
Offizielle URL | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
Beschreibung | Shows product list for a retailer using Vend API |
Dateigröße | 189 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0.2.1 |
Letztes Update | 2015-08-21 |
Veröffentlichungsdatum | 2015-08-21 |
Entwickler | Datarup FOSS |
Zahlungsart | free |
Erweiterungswebsite | http://datarup.github.io/vendClient/ |
Hilfeseite URL | http://datarup.github.io/vendClient/ |
Unterstützte Sprachen | 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 } |