Kbox javascript demo

Demonstration of custom javascript on a kbox

Apa itu Kbox javascript demo?

Kbox javascript demo adalah ekstensi Chrome yang dikembangkan oleh Gerald G, dan fitur utamanya adalah "Demonstration of custom javascript on a kbox".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kbox javascript demo

Unduh file ekstensi Kbox javascript demo 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

                        If you are interested in:
* modifying the look & feel of your kbox in small or big way
* adding new features / removing existing features
* modifying based upon who is logged (pseudo-permissions)
* adding data from the backend database anywhere in the kbox

Then you may be interested in doing this with javascript. Using a plugin you can do this. This extension demonstrates some simple jQuery plugins we have made for common requests. 

You control the modifications!  You can choose to contract Dell Kace Services to make modifications or you can do them yourself.  Administrators always control the javascript source and have access to it.

I like to summarize this plugin as "ticket rules for the front end".                    

Informasi Dasar Ekstensi

Nama Kbox javascript demo Kbox javascript demo
ID domgdoodlbgoeblglfokpbchcfjnecoa
URL Resmi https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa
Deskripsi Demonstration of custom javascript on a kbox
Ukuran File 37.5 KB
Jumlah Instalasi 49
Versi Saat Ini 0.4
Terakhir Diperbarui 2012-12-16
Tanggal Publikasi 2012-12-16
Penilaian 4.00/5 Total 2 Penilaian
Pengembang Gerald G
Tipe Pembayaran free
Situs Ekstensi http://support.kace.com
URL Halaman Bantuan http://support.kace.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/favicon.ico",
        "default_title": "Custom javascript on Kbox demo"
    },
    "name": "Kbox javascript demo",
    "description": "Demonstration of custom javascript on a kbox",
    "homepage_url": "http:\/\/www.kace.com",
    "icons": {
        "128": "img\/favicon.ico"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/adminui*",
        "https:\/\/*\/adminui*"
    ],
    "version": "0.4",
    "manifest_version": 2
}