Kbox javascript demo
Demonstration of custom javascript on a kbox
¿Qué es Kbox javascript demo?
Kbox javascript demo es una extensión de Chrome desarrollada por Gerald G, y su función principal es "Demonstration of custom javascript on a kbox".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kbox javascript demo
Descarga archivos de extensión Kbox javascript demo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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".
Información Básica de la Extensión
Nombre | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
URL Oficial | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Descripción | Demonstration of custom javascript on a kbox |
Tamaño del Archivo | 37.5 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 0.4 |
Última Actualización | 2012-12-16 |
Fecha de Publicación | 2012-12-16 |
Calificación | 4.00/5 Total de 2 Calificaciones |
Desarrollador | Gerald G |
Tipo de Pago | free |
Sitio Web de la Extensión | http://support.kace.com |
URL de la Página de Ayuda | http://support.kace.com |
Idiomas Soportados | 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 } |