Kbox javascript demo
Demonstration of custom javascript on a kbox
Co to jest Kbox javascript demo?
Kbox javascript demo to rozszerzenie Chrome opracowane przez Gerald G, a jego główną funkcją jest „Demonstration of custom javascript on a kbox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kbox javascript demo
Pobierz pliki rozszerzeń Kbox javascript demo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
Oficjalny URL | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Opis | Demonstration of custom javascript on a kbox |
Rozmiar pliku | 37.5 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2012-12-16 |
Data Publikacji | 2012-12-16 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Gerald G |
Typ Płatności | free |
Strona Rozszerzenia | http://support.kace.com |
Adres URL Strony Pomocy | http://support.kace.com |
Obsługiwane Języki | 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 } |