Kbox javascript demo
Demonstration of custom javascript on a kbox
Kbox javascript demo là gì?
Kbox javascript demo là một tiện ích mở rộng Chrome được phát triển bởi Gerald G, và tính năng chính của nó là "Demonstration of custom javascript on a kbox".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kbox javascript demo
Tải xuống các tệp mở rộng Kbox javascript demo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kbox javascript demo |
ID | domgdoodlbgoeblglfokpbchcfjnecoa |
URL Chính Thức | https://chromewebstore.google.com/detail/kbox-javascript-demo/domgdoodlbgoeblglfokpbchcfjnecoa |
Mô tả | Demonstration of custom javascript on a kbox |
Kích Thước Tệp | 37.5 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2012-12-16 |
Ngày Phát Hành | 2012-12-16 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Gerald G |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://support.kace.com |
URL Trang Trợ Giúp | http://support.kace.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |