Vend Client

Shows product list for a retailer using Vend API

Co je Vend Client?

Vend Client je rozšíření Chrome vyvinuté Datarup FOSS, a jeho hlavní funkcí je „Shows product list for a retailer using Vend API“.

Stáhnout soubor CRX rozšíření Vend Client

Stáhněte si soubory rozšíření Vend Client ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
Oficiální URL https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Popis Shows product list for a retailer using Vend API
Velikost souboru 189 KB
Počet instalací 34
Aktuální Verze 1.0.2.1
Poslední Aktualizace 2015-08-21
Datum Vydání 2015-08-21
Vývojář Datarup FOSS
Typ Platby free
Webové stránky Rozšíření http://datarup.github.io/vendClient/
URL Stránky Nápovědy http://datarup.github.io/vendClient/
Podporované Jazyky 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
}