HEDCO timesheet utility

A utility to manage your daily activities

Wat is HEDCO timesheet utility?

HEDCO timesheet utility is een Chrome-extensie ontwikkeld door amd.sjdn, en de belangrijkste functie is "A utility to manage your daily activities".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HEDCO timesheet utility

Download HEDCO timesheet utility-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HEDCO timesheet utility HEDCO timesheet utility
ID mmbfnnhclipjhjfiopkknobjngebhlog
Officiële URL https://chromewebstore.google.com/detail/hedco-timesheet-utility/mmbfnnhclipjhjfiopkknobjngebhlog
Beschrijving A utility to manage your daily activities
Bestandsgrootte 149 KB
Aantal Installaties 19
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-11-22
Publicatiedatum 2018-11-22
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar amd.sjdn
Betalingswijze free
Ondersteunde Talen 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"
    }
}