Vend Client

Shows product list for a retailer using Vend API

什么是Vend Client?

Vend Client是由Datarup FOSS开发的Chrome扩展程序,该扩展的主要功能是“Shows product list for a retailer using Vend API”。

下载Vend Client扩展crx文件

下载Vend Client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
官方URL https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
简介 Shows product list for a retailer using Vend API
文件大小 189 KB
安装次数 34
当前版本 1.0.2.1
更新时间 2015-08-21
上架时间 2015-08-21
开发者 Datarup FOSS
付费类型 free
扩展官网 http://datarup.github.io/vendClient/
帮助页面URL http://datarup.github.io/vendClient/
支持的语言 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
}