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 | 
| 公式URL | 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 | 
| Eメール | [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"
    }
}  |  |