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
官方網址 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"
    }
}