Kbox javascript demo
Demonstration of custom javascript on a kbox
What is Kbox javascript demo?
Kbox javascript demo is a Chrome extension developed by Gerald G, and its main feature is "Demonstration of custom javascript on a kbox".
Extension Screenshots
Download Kbox javascript demo Extension CRX File
Download Kbox javascript demo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
Official URL | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Description | Demonstration of custom javascript on a kbox |
File Size | 37.5 KB |
Installation Count | 49 |
Current Version | 0.4 |
Last Updated | 2012-12-16 |
Publish Date | 2012-12-16 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Gerald G |
Payment Type | free |
Extension Website | http://support.kace.com |
Help Page URL | http://support.kace.com |
Supported Languages | 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 } |