Entelect TimeSheet Extension

Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.

Entelect TimeSheet Extensionคืออะไร?

Entelect TimeSheet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Counihan และคุณลักษณะหลักของมันคือ "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Entelect TimeSheet Extension

ดาวน์โหลดไฟล์ส่วนขยาย Entelect TimeSheet Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Entelect TimeSheet Extension Entelect TimeSheet Extension
ID encbejoodjmaoalfdaigihcdkpmmbnkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/entelect-timesheet-extens/encbejoodjmaoalfdaigihcdkpmmbnkp
คำอธิบาย Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions.
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.3.6
อัปเดตครั้งล่าสุด 2013-11-25
วันที่เผยแพร่ 2013-11-25
ผู้พัฒนา Jonathan Counihan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.counihan.co.za/privacy.txt
ภาษาที่รองรับ 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"
    ]
}