Vend Client

Shows product list for a retailer using Vend API

Vend Client क्या है?

Vend Client Datarup FOSS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows product list for a retailer using Vend API"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vend Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Vend Client Vend Client
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
}