Kbox javascript demo

Demonstration of custom javascript on a kbox

Cos'è Kbox javascript demo?

Kbox javascript demo è un'estensione di Chrome sviluppata da Gerald G, e la sua funzione principale è "Demonstration of custom javascript on a kbox".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kbox javascript demo

Scarica i file di estensione Kbox javascript demo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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".                    

Informazioni di Base sull'Estensione

Nome Kbox javascript demo Kbox javascript demo
ID domgdoodlbgoeblglfokpbchcfjnecoa
URL Ufficiale https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa
Descrizione Demonstration of custom javascript on a kbox
Dimensione del File 37.5 KB
Conteggio Installazioni 49
Versione Corrente 0.4
Ultimo Aggiornamento 2012-12-16
Data di Pubblicazione 2012-12-16
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Gerald G
Tipo di Pagamento free
Sito Web dell'Estensione http://support.kace.com
URL della Pagina di Aiuto http://support.kace.com
Lingue Supportate 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
}