Vend Client

Shows product list for a retailer using Vend API

Apa itu Vend Client?

Vend Client adalah ekstensi Chrome yang dikembangkan oleh Datarup FOSS, dan fitur utamanya adalah "Shows product list for a retailer using Vend API".

Unduh Berkas CRX Ekstensi Vend Client

Unduh file ekstensi Vend Client dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Vend Client Vend Client
ID lgiljbkccbplmikkcenfbhokofjpffob
URL Resmi https://chrome.google.com/webstore/detail/vend-client/lgiljbkccbplmikkcenfbhokofjpffob
Deskripsi Shows product list for a retailer using Vend API
Ukuran File 189 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.2.1
Terakhir Diperbarui 2015-08-21
Tanggal Publikasi 2015-08-21
Pengembang Datarup FOSS
Tipe Pembayaran free
Situs Ekstensi http://datarup.github.io/vendClient/
URL Halaman Bantuan http://datarup.github.io/vendClient/
Bahasa yang Didukung 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
}