Vend Client
Shows product list for a retailer using Vend API
Vend Client là gì?
Vend Client là một tiện ích mở rộng Chrome được phát triển bởi Datarup FOSS, và tính năng chính của nó là "Shows product list for a retailer using Vend API".
Tải xuống tệp CRX của tiện ích mở rộng Vend Client
Tải xuống các tệp mở rộng Vend Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | lgiljbkccbplmikkcenfbhokofjpffob |
| URL Chính Thức | https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob |
| Mô tả | Shows product list for a retailer using Vend API |
| Kích Thước Tệp | 189 KB |
| Số Lần Cài Đặt | 34 |
| Phiên Bản Hiện Tại | 1.0.2.1 |
| Cập Nhật Lần Cuối | 2015-08-21 |
| Ngày Phát Hành | 2015-08-21 |
| Nhà Phát Triển | Datarup FOSS |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | http://datarup.github.io/vendClient/ |
| URL Trang Trợ Giúp | http://datarup.github.io/vendClient/ |
| Ngôn Ngữ Được Hỗ Trợ | 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
} | |