Kbox javascript demo
Demonstration of custom javascript on a kbox
Co je Kbox javascript demo?
Kbox javascript demo je rozšíření Chrome vyvinuté Gerald G, a jeho hlavní funkcí je „Demonstration of custom javascript on a kbox“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kbox javascript demo
Stáhněte si soubory rozšíření Kbox javascript demo ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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".
Základní Informace o Rozšíření
Název | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
Oficiální URL | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Popis | Demonstration of custom javascript on a kbox |
Velikost souboru | 37.5 KB |
Počet instalací | 49 |
Aktuální Verze | 0.4 |
Poslední Aktualizace | 2012-12-16 |
Datum Vydání | 2012-12-16 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | Gerald G |
Typ Platby | free |
Webové stránky Rozšíření | http://support.kace.com |
URL Stránky Nápovědy | http://support.kace.com |
Podporované Jazyky | 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 } |