Runn Time Tracker

The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.

什么是Runn Time Tracker?

Runn Time Tracker是由https://runn.io开发的Chrome扩展程序,该扩展的主要功能是“The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.”。

扩展截图

screenshot

下载Runn Time Tracker扩展crx文件

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

扩展使用说明

                        Features include:
1. Start / Stop timer
2. Showing scheduled work for today
3. Highlighting missing time entries
4. Automatic login
5. Recording while the browser window is closed
6. Editable past records for entries

If you are using Runn to manage your projects, now it's time to start time tracking too!

ABOUT RUNN
Runn is a modern resource and capacity planning platform that gets remote teams on the same page. Know exactly where projects are at, and what’s required to deliver them, with real-time forecasts of capacity, resource needs, revenue, and profitability. Find out more at www.runn.io

If you have any issues or feedback, send us an email at [email protected]                    

扩展基本信息

名称 Runn Time Tracker Runn Time Tracker
ID cpddihacdnimdjdchmobaefmcilcpddd
官方URL https://chromewebstore.google.com/detail/runn-time-tracker/cpddihacdnimdjdchmobaefmcilcpddd
简介 The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.
文件大小 745 KB
安装次数 701
当前版本 1.0.4
更新时间 2023-05-26
上架时间 2021-03-25
评分 5.00/5 共1次评分
开发者 https://runn.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://runn.io
帮助页面URL https://help.runn.io
隐私政策页面URL https://www.runn.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Runn Time Tracker",
    "manifest_version": 2,
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html"
    },
    "description": "The Runn Time Tracker gives you the ability to track and record your time against projects scheduled in Runn.",
    "permissions": [
        "https:\/\/app.runn.io\/*"
    ],
    "background": {
        "scripts": []
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}