CSL - Time Tracker

Edit, create and view your Daily Time Tracks & Tasks.

什么是CSL - Time Tracker?

CSL - Time Tracker是由admin开发的Chrome扩展程序,该扩展的主要功能是“Edit, create and view your Daily Time Tracks & Tasks.”。

扩展截图

screenshot
screenshot

下载CSL - Time Tracker扩展crx文件

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

扩展使用说明

                        This extension is designed and developed by Cloud Science Labs for their employees to better track their daily tasks and workload. This extension helps our employees to log daily time entries and get updates for their tasks on a daily basis. The employee needs to login using this extension and start their time entries using this tool.

They can choose the Project/Sprint/Tasks they are working on and start their time entry on that. They can also create tasks using this extension for their team members. There is a browser interface to login into this app as well, which you can find here: https://csl-console.uc.r.appspot.com/

In future, there will be a desktop notification for all users to remind them about their current running task and also reminders for Lunch and coffee Breaks on specific time intervals.                    

扩展基本信息

名称 CSL - Time Tracker CSL - Time Tracker
ID ohjjgdhfdmdcplfoepkmpiidomkephkg
官方URL https://chromewebstore.google.com/detail/csl-time-tracker/ohjjgdhfdmdcplfoepkmpiidomkephkg
简介 Edit, create and view your Daily Time Tracks & Tasks.
文件大小 2.61 MB
安装次数 30
当前版本 1.0.3
更新时间 2023-01-10
上架时间 2022-06-10
评分 5.00/5 共2次评分
开发者 admin
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.cloudsciencelabs.com/csl-timetracker-privacypolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSL - Time Tracker",
    "version": "1.0.3",
    "manifest_version": 3,
    "action": {
        "default_icon": ".\/images\/icon16.png",
        "default_popup": ".\/login_email.html"
    },
    "description": "Edit, create and view your Daily Time Tracks & Tasks.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "omnibox": {
        "keyword": "TimeTracker"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/csl-console.uc.r.appspot.com\/"
    ]
}