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”。

擴展截圖

screenshot

下載re-TES擴展crx文件

下載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                    

擴展基本資訊

名稱 re-TES re-TES
ID ahfkdphckmnnkppcdidgmpeefkppoeph
官方網址 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"
}