HEDCO timesheet utility

A utility to manage your daily activities

什么是HEDCO timesheet utility?

HEDCO timesheet utility是由amd.sjdn开发的Chrome扩展程序,该扩展的主要功能是“A utility to manage your daily activities”。

扩展截图

screenshot
screenshot

下载HEDCO timesheet utility扩展crx文件

下载HEDCO timesheet utility扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 HEDCO timesheet utility HEDCO timesheet utility
ID mmbfnnhclipjhjfiopkknobjngebhlog
官方URL https://chromewebstore.google.com/detail/hedco-timesheet-utility/mmbfnnhclipjhjfiopkknobjngebhlog
简介 A utility to manage your daily activities
文件大小 149 KB
安装次数 19
当前版本 1.0.0
更新时间 2018-11-22
上架时间 2018-11-22
评分 5.00/5 共5次评分
开发者 amd.sjdn
付费类型 free
支持的语言 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"
    }
}