Vend Client

Shows product list for a retailer using Vend API

Hvad er Vend Client?

Vend Client er en Chrome-udvidelse udviklet af Datarup FOSS, og dens hovedfunktion er "Shows product list for a retailer using Vend API".

Download Vend Client-udvidelses-CRX-fil

Download Vend Client-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
Officiel URL https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Beskrivelse Shows product list for a retailer using Vend API
Filstørrelse 189 KB
Antal Installationer 34
Nuværende Version 1.0.2.1
Senest Opdateret 2015-08-21
Udgivelsesdato 2015-08-21
Udvikler Datarup FOSS
Betalingsmetode free
Udvidelseswebsted http://datarup.github.io/vendClient/
Hjælpeside-URL http://datarup.github.io/vendClient/
Understøttede Sprog 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
}