re-TES
A collection of fixes and enhancements for e-TES
re-TESคืออะไร?
re-TES เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xcapee และคุณลักษณะหลักของมันคือ "A collection of fixes and enhancements for e-TES"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย re-TES
ดาวน์โหลดไฟล์ส่วนขยาย re-TES ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
} | |