Vend Client

Shows product list for a retailer using Vend API

Co to jest Vend Client?

Vend Client to rozszerzenie Chrome opracowane przez Datarup FOSS, a jego główną funkcją jest „Shows product list for a retailer using Vend API”.

Pobierz plik CRX rozszerzenia Vend Client

Pobierz pliki rozszerzeń Vend Client w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
Oficjalny URL https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Opis Shows product list for a retailer using Vend API
Rozmiar pliku 189 KB
Liczba instalacji 34
Aktualna Wersja 1.0.2.1
Ostatnia Aktualizacja 2015-08-21
Data Publikacji 2015-08-21
Deweloper Datarup FOSS
Typ Płatności free
Strona Rozszerzenia http://datarup.github.io/vendClient/
Adres URL Strony Pomocy http://datarup.github.io/vendClient/
Obsługiwane Języki 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
}