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
}