Entelect TimeSheet Extension
Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.
Entelect TimeSheet Extension là gì?
Entelect TimeSheet Extension là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Counihan, và tính năng chính của nó là "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.".
Ả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 Entelect TimeSheet Extension
Tải xuống các tệp mở rộng Entelect TimeSheet Extension 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
A simple extension used to add extra functionality and style the Entelect Stylesheet website, for use by Entelect employees. Features include: * Bootstrap Styling * Better Layout * Character Counter * Project Selection Saving * Login Credential Saving This extension is not endorsed by Entelect Systems, and it was based on the hard work of Kyle de la Rey-Lategan (kyle at macabee dot me) who built the original GreaseMonkey script/Chrome Extension. Change Log ------------------------------------ 1.3.6 * Changed the entry date, duration and description to all be inline to give a more compact view. 1.3.5 * Fixed a bug with the loading of the project category, after the user had saved the project details. 1.3.3 * Initial public release.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Entelect TimeSheet Extension |
ID | encbejoodjmaoalfdaigihcdkpmmbnkp |
URL Chính Thức | https://chromewebstore.google.com/detail/entelect-timesheet-extens/encbejoodjmaoalfdaigihcdkpmmbnkp |
Mô tả | Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions. |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.3.6 |
Cập Nhật Lần Cuối | 2013-11-25 |
Ngày Phát Hành | 2013-11-25 |
Nhà Phát Triển | Jonathan Counihan |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.counihan.co.za/privacy.txt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Entelect TimeSheet Extension", "description": "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.", "version": "1.3.6", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Jonathan Counihan", "permissions": [ "http:\/\/time.entelect.co.za\/time\/" ], "content_scripts": [ { "matches": [ "http:\/\/time.entelect.co.za\/time\/*" ], "css": [ "css\/slimbox2.css", "css\/StyleSheetDefault.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ] } ], "web_accessible_resources": [ "img\/logo16.png", "img\/logo48.png", "img\/logo128.png", "img\/glyphicons-halflings.png", "img\/glyphicons-halflings-white.png", "img\/low_contrast_linen.png", "img\/slimbox\/loading.gif", "img\/slimbox\/nextlabel.gif", "img\/slimbox\/prevlabel.gif", "css\/StyleSheetDefault.css", "css\/slimbox2.css", "js\/jquery.min.js" ] } |