re-TES
A collection of fixes and enhancements for e-TES
re-TES란 무엇입니까?
re-TES은(는) Xcapee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of fixes and enhancements for e-TES"입니다.
확장 프로그램 스크린샷
re-TES 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides fixes and enhancements for the e-TES time recording application used by CSC staff. It is of no value if you do not need to submit your weekly time sheets in e-TES. More details at https://c3.csc.com/docs/DOC-605938 v3.13 • Quick fix on approval comments to get rid of stupid modal dialog not supported by Chrome
확장 프로그램 기본 정보
이름 | |
ID | ahfkdphckmnnkppcdidgmpeefkppoeph |
공식 URL | https://chromewebstore.google.com/detail/re-tes/ahfkdphckmnnkppcdidgmpeefkppoeph |
설명 | A collection of fixes and enhancements for e-TES |
파일 크기 | 109 KB |
설치 횟수 | 215 |
현재 버전 | 3.13 |
최근 업데이트 | 2015-04-22 |
출시 날짜 | 2015-04-22 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Xcapee |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://c3.csc.com/docs/DOC-605938 |
도움말 페이지 URL | https://c3.csc.com/docs/DOC-605938 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "re-TES", "version": "3.13", "description": "A collection of fixes and enhancements for e-TES", "icons": { "32": "Icon-32.png", "48": "Icon-48.png", "64": "Icon-64.png", "96": "Icon-96.png", "128": "Icon-128.png" }, "author": "A. James Boswell", "content_scripts": [ { "matches": [ "https:\/\/etes.csc.com\/*" ], "css": [ "css\/killAlert.css" ], "js": [ "js\/killAlert.js", "js\/fixAssignStart.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/etes.csc.com\/*" ], "css": [ "css\/menu.css", "css\/buttons.css", "css\/timeEntry.css", "css\/approveTime.css", "css\/styliser.css" ], "js": [ "js\/include\/jquery-2.1.0.min.js", "js\/include\/notify.js", "js\/fixUtilityObject.js", "js\/fixNavigation.js", "js\/home.js", "js\/enhanceTimeEntry.js", "js\/fixTimeApproval.js", "js\/enhanceApproveTime.js", "js\/fixQELadd.js", "js\/fixTemplate.js", "js\/fixReports.js", "js\/fixAssign.js", "js\/fixComments.js", "js\/enhanceWorkLocation.js", "js\/fixWOupdate.js", "js\/fixWOadd.js", "js\/styliseWorkOrderDetails.js" ], "run_at": "document_end", "all_frames": true } ], "homepage_url": "https:\/\/c3.csc.com\/docs\/DOC-605938", "web_accessible_resources": [ "html\/home.html", "Icon-64.png", "images\/pinned.png", "images\/unpinned.png", "js\/include\/jquery-2.1.0.min.js", "js\/include\/notify.js" ], "short_name": "retes" } |