Kbox javascript demo

Demonstration of custom javascript on a kbox

Kbox javascript demo क्या है?

Kbox javascript demo Gerald G द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Demonstration of custom javascript on a kbox"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kbox javascript demo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}