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
}