HEDCO timesheet utility

A utility to manage your daily activities

Hvad er HEDCO timesheet utility?

HEDCO timesheet utility er en Chrome-udvidelse udviklet af amd.sjdn, og dens hovedfunktion er "A utility to manage your daily activities".

Udvidelsesskærmbilleder

screenshot
screenshot

Download HEDCO timesheet utility-udvidelses-CRX-fil

Download HEDCO timesheet utility-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HEDCO timesheet utility HEDCO timesheet utility
ID mmbfnnhclipjhjfiopkknobjngebhlog
Officiel URL https://chromewebstore.google.com/detail/hedco-timesheet-utility/mmbfnnhclipjhjfiopkknobjngebhlog
Beskrivelse A utility to manage your daily activities
Filstørrelse 149 KB
Antal Installationer 19
Nuværende Version 1.0.0
Senest Opdateret 2018-11-22
Udgivelsesdato 2018-11-22
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler amd.sjdn
Betalingsmetode free
Understøttede Sprog 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"
    }
}