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 |
公式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 } |