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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kbox javascript demo
قم بتنزيل ملفات الامتداد Kbox javascript demo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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 } |