Vend Client

Shows product list for a retailer using Vend API

Vad är Vend Client?

Vend Client är en Chrome-tillägg utvecklad av Datarup FOSS, och dess huvudfunktion är "Shows product list for a retailer using Vend API".

Ladda ner Vend Client-förlängningens CRX-fil

Ladda ner Vend Client-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
Officiell webbadress https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Beskrivning Shows product list for a retailer using Vend API
Filstorlek 189 KB
Antal Installationer 34
Aktuell Version 1.0.2.1
Senast Uppdaterad 2015-08-21
Publiceringsdatum 2015-08-21
Utvecklare Datarup FOSS
Betalningssätt free
Tilläggswebbplats http://datarup.github.io/vendClient/
Hjälpsida URL http://datarup.github.io/vendClient/
Stödda Språk 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
}