Kbox javascript demo

Demonstration of custom javascript on a kbox

Что такое Kbox javascript demo?

Kbox javascript demo - это расширение Chrome, разработанное Gerald G, и его основная функция - "Demonstration of custom javascript on a kbox".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Kbox javascript demo

Скачайте файлы расширений 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
}