Kbox javascript demo

Demonstration of custom javascript on a kbox

什么是Kbox javascript demo?

Kbox javascript demo是由Gerald G开发的Chrome扩展程序,该扩展的主要功能是“Demonstration of custom javascript on a kbox”。

扩展截图

screenshot

下载Kbox javascript demo扩展crx文件

下载Kbox javascript demo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Kbox javascript demo Kbox javascript demo
ID domgdoodlbgoeblglfokpbchcfjnecoa
官方URL https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa
简介 Demonstration of custom javascript on a kbox
文件大小 37.5 KB
安装次数 49
当前版本 0.4
更新时间 2012-12-16
上架时间 2012-12-16
评分 4.00/5 共2次评分
开发者 Gerald G
付费类型 free
扩展官网 http://support.kace.com
帮助页面URL http://support.kace.com
支持的语言 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
}