Kbox javascript demo

Demonstration of custom javascript on a kbox

Qu'est-ce que Kbox javascript demo ?

Kbox javascript demo est une extension Chrome développée par Gerald G, et sa fonction principale est "Demonstration of custom javascript on a kbox".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kbox javascript demo

Téléchargez les fichiers d'extension Kbox javascript demo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Kbox javascript demo Kbox javascript demo
ID domgdoodlbgoeblglfokpbchcfjnecoa
URL Officiel https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa
Description Demonstration of custom javascript on a kbox
Taille du Fichier 37.5 KB
Nombre d'Installations 49
Version Actuelle 0.4
Dernière Mise à Jour 2012-12-16
Date de Publication 2012-12-16
Évaluation 4.00/5 Total 2 Évaluations
Développeur Gerald G
Type de Paiement free
Site Web de l'Extension http://support.kace.com
URL de la Page d'Aide http://support.kace.com
Langues Prises en Charge 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
}