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.
擴展基本資訊
名稱 | |
ID | lgiljbkccbplmikkcenfbhokofjpffob |
官方網址 | 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 } |