Vend Client
Shows product list for a retailer using Vend API
Vend Clientคืออะไร?
Vend Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Datarup FOSS และคุณลักษณะหลักของมันคือ "Shows product list for a retailer using Vend API"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vend Client
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |