Vend Client

Shows product list for a retailer using Vend API

What is Vend Client?

Vend Client is a Chrome extension developed by Datarup FOSS, and its main feature is "Shows product list for a retailer using Vend API".

Download Vend Client Extension CRX File

Download Vend Client extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
Official URL https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Description Shows product list for a retailer using Vend API
File Size 189 KB
Installation Count 34
Current Version 1.0.2.1
Last Updated 2015-08-21
Publish Date 2015-08-21
Developer Datarup FOSS
Payment Type free
Extension Website http://datarup.github.io/vendClient/
Help Page URL http://datarup.github.io/vendClient/
Supported Languages 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
}