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.                    

Основная информация о расширении

Название 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
}