Entelect TimeSheet Extension

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

Entelect TimeSheet Extension란 무엇입니까?

Entelect TimeSheet Extension은(는) Jonathan Counihan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to give better styling to the Entelect TimeSheet system. Not endorsed by Entelect Solutions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Entelect TimeSheet Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}