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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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 } |