Quidlo Timesheets Time Tracker

Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.

Quidlo Timesheets Time Trackerとは何ですか?

Quidlo Timesheets Time TrackerはQuidloによって開発されたChromeの拡張機能で、その主な機能は「Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Quidlo Timesheets Time Tracker拡張機能のCRXファイルをダウンロード

Quidlo Timesheets Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quidlo Timesheets is a time tracking tool dedicated first of all - but not only - to all teams still using spreadsheets. It gives more control over time logging and reporting than a spreadsheet, while keeping its simplicity. Moreover it is FREE for small teams!

Timesheets works on all your devices. Are you always on the go? Download the Android app on your phone and have an easy access to Timesheets wherever work takes you.                    

拡張機能の基本情報

名前 Quidlo Timesheets Time Tracker Quidlo Timesheets Time Tracker
ID nhjkdkcoojjnpdfcefbopdkcbhkgpbln
公式URL https://chromewebstore.google.com/detail/quidlo-timesheets-time-tr/nhjkdkcoojjnpdfcefbopdkcbhkgpbln
説明 Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.
ファイルサイズ 2.25 MB
インストール数 61
現在のバージョン 0.7
最終更新日 2023-01-31
公開日 2023-01-31
評価 4.00/5 合計 2 レビュー
開発者 Quidlo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.quidlo.com/timesheets/
ヘルプページのURL https://www.quidlo.com/help/
プライバシーポリシーページのURL https://www.quidlo.com/timesheets/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quidlo Timesheets Time Tracker",
    "description": "Quidlo Timesheets it is an intuitive time tracking software for all teams of all sizes.",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "version": "0.7",
    "action": {
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Quidlo Timesheets"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "*:\/\/*.quidlo.com\/*"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/miquido.atlassian.net\/browse\/*"
            ],
            "js": [
                "\/scripts\/jira-details.js"
            ],
            "css": [
                "\/styles\/button.css"
            ]
        },
        {
            "matches": [
                "https:\/\/miquido.atlassian.net\/jira\/*?selectedIssue=*"
            ],
            "js": [
                "\/scripts\/jira.js"
            ]
        }
    ]
}