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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}