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
官方網址 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
}