Kbox javascript demo
Demonstration of custom javascript on a kbox
Was ist Kbox javascript demo?
Kbox javascript demo ist eine Chrome-Erweiterung, die von Gerald G entwickelt wurde, und ihr Hauptmerkmal ist "Demonstration of custom javascript on a kbox".
Erweiterungsscreenshots
Kbox javascript demo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kbox javascript demo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
Offizielle URL | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Beschreibung | Demonstration of custom javascript on a kbox |
Dateigröße | 37.5 KB |
Installationsanzahl | 49 |
Aktuelle Version | 0.4 |
Letztes Update | 2012-12-16 |
Veröffentlichungsdatum | 2012-12-16 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Gerald G |
Zahlungsart | free |
Erweiterungswebsite | http://support.kace.com |
Hilfeseite URL | http://support.kace.com |
Unterstützte Sprachen | 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 } |