Timesheet - Mobile Time Tracker

Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.

什么是Timesheet - Mobile Time Tracker?

Timesheet - Mobile Time Tracker是由https://timesheet.io开发的Chrome扩展程序,该扩展的主要功能是“Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.”。

扩展截图

screenshot
screenshot

下载Timesheet - Mobile Time Tracker扩展crx文件

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

扩展使用说明

                        Timesheet allows you to record your working time with a simple push of a button. Add working hours, expenses and notes to projects. Regular breaks are no problem - Timesheet does the recording! 

Included functions of Timesheet in the extension:
* Time recording
* The creation of displays, notes and pauses

Other functions including statistics, project management, export of data and invoice placement are only available in the app. For more information, please visit www.timesheet.io.                    

扩展基本信息

名称 Timesheet - Mobile Time Tracker Timesheet - Mobile Time Tracker
ID fmgcjihbmdddjpbflmgedlcfedghdbno
官方URL https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno
简介 Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.
文件大小 348 KB
安装次数 1,504
当前版本 22.11.11
更新时间 2022-11-13
上架时间 2020-10-19
评分 2.50/5 共6次评分
开发者 https://timesheet.io
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://timesheet.io
帮助页面URL https://timesheet.io
隐私政策页面URL https://timesheet.io/en/privacy
支持的语言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.",
    "version": "22.11.11",
    "manifest_version": 2,
    "name": "Timesheet - Mobile Time Tracker",
    "default_locale": "en",
    "icons": {
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Timesheet.io"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "activeTab",
        "notifications",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/fonts.googleapis.com https:\/\/securetoken.googleapis.com\/ https:\/\/apis.google.com https:\/\/*.timesheet.io https:\/\/www.appspot.com https:\/\/test-dot-timesheet-api.appspot.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}