Kbox javascript demo

Demonstration of custom javascript on a kbox

O que é Kbox javascript demo?

Kbox javascript demo é uma extensão do Chrome desenvolvida por Gerald G, e sua principal característica é "Demonstration of custom javascript on a kbox".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kbox javascript demo

Baixe arquivos de extensão Kbox javascript demo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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".                    

Informações Básicas da Extensão

Nome Kbox javascript demo Kbox javascript demo
ID domgdoodlbgoeblglfokpbchcfjnecoa
URL Oficial https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa
Descrição Demonstration of custom javascript on a kbox
Tamanho do Arquivo 37.5 KB
Contagem de Instalações 49
Versão Atual 0.4
Última Atualização 2012-12-16
Data de Publicação 2012-12-16
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Gerald G
Tipo de Pagamento free
Site da Extensão http://support.kace.com
URL da Página de Ajuda http://support.kace.com
Idiomas Suportados 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
}