HEDCO timesheet utility

A utility to manage your daily activities

What is HEDCO timesheet utility?

HEDCO timesheet utility is a Chrome extension developed by amd.sjdn, and its main feature is "A utility to manage your daily activities".

Extension Screenshots

screenshot
screenshot

Download HEDCO timesheet utility Extension CRX File

Download HEDCO timesheet utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to record your daily activities and manage your time. For HEDCO employees this also allows them to automatically fill their time-sheet.                    

Extension Basic Information

Name HEDCO timesheet utility HEDCO timesheet utility
ID mmbfnnhclipjhjfiopkknobjngebhlog
Official URL https://chromewebstore.google.com/detail/hedco-timesheet-utility/mmbfnnhclipjhjfiopkknobjngebhlog
Description A utility to manage your daily activities
File Size 149 KB
Installation Count 19
Current Version 1.0.0
Last Updated 2018-11-22
Publish Date 2018-11-22
Rating 5.00/5 Total 5 Ratings
Developer amd.sjdn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HEDCO timesheet utility",
    "short_name": "HEDCO timesheet utility",
    "offline_enabled": true,
    "description": "A utility to manage your daily activities",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/new.hedcoint.com\/projects\/sitepages\/timesheet\/*"
            ],
            "js": [
                "timesheetScript\/timesheet.js"
            ],
            "css": [
                "timesheetScript\/timesheet.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/hedco_48.png",
        "default_popup": "index.html",
        "default_title": "HEDCO timesheet utility"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "timesheet.html"
    ],
    "icons": {
        "16": "img\/hedco_16.png",
        "128": "img\/hedco_128.png"
    }
}