TimeTrack Timer
Timer for TimeTrack Enterprise
什麼是TimeTrack Timer?
TimeTrack Timer是由TimeTrack GmbH開發的Chrome擴展程式,該擴展的主要功能是“Timer for TimeTrack Enterprise”。
擴展截圖
下載TimeTrack Timer擴展crx文件
下載TimeTrack Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        TimeTrack Timer for project time tracking.
Switch between projects with only one click.
See latest used projects.
Change language, default project or task / activity.
You need TimeTrack Enterprise account in order to use the Timer.                     擴展基本資訊
| 名稱 |   |  
| ID | bbakpndmmdbijomdgpddompoknmaocha | 
| 官方網址 | https://chromewebstore.google.com/detail/timetrack-timer/bbakpndmmdbijomdgpddompoknmaocha | 
| 簡介 | Timer for TimeTrack Enterprise | 
| 檔案大小 | 742 KB | 
| 安裝次數 | 116 | 
| 目前版本 | 1.0.2 | 
| 更新時間 | 2023-11-22 | 
| 上架時間 | 2021-05-27 | 
| 評分 | 5.00/5 共 2 次評分 | 
| 開發者 | TimeTrack GmbH | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://www.timetrackapp.com | 
| 說明頁面URL | https://www.timetrackapp.com | 
| 隱私政策頁面URL | https://www.timetrackapp.com/datenschutz | 
| 支援的語言 | de,en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.timetrackenterprise.com\/*"
    ],
    "action": {
        "default_icon": {
            "128": "images\/logo128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/logo128.png",
        "256": "images\/logo256.png"
    }
}  |  |