Kbox javascript demo
Demonstration of custom javascript on a kbox
Wat is Kbox javascript demo?
Kbox javascript demo is een Chrome-extensie ontwikkeld door Gerald G, en de belangrijkste functie is "Demonstration of custom javascript on a kbox".
Extensie Screenshots
Download het CRX-bestand van de extensie Kbox javascript demo
Download Kbox javascript demo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
Officiële URL | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Beschrijving | Demonstration of custom javascript on a kbox |
Bestandsgrootte | 37.5 KB |
Aantal Installaties | 49 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2012-12-16 |
Publicatiedatum | 2012-12-16 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Gerald G |
Betalingswijze | free |
Extensiewebsite | http://support.kace.com |
Help Pagina-URL | http://support.kace.com |
Ondersteunde Talen | 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 } |