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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |