Clockk

Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.

Clockkとは何ですか?

ClockkはClockk.com Inc.によって開発されたChromeの拡張機能で、その主な機能は「Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.」です。

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

screenshot
screenshot
screenshot

Clockk拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Make more money with quick, painless, and accurate time tracking.

Clockk makes agencies more efficient and profitable by enabling data-driven decision making about time. No timers needed!

This web extension allows Clockk to gather productivity data as you browse the internet. An active Clockk account is required to use this extension.                    

拡張機能の基本情報

名前 Clockk Clockk
ID inpnfpglfklplkhnpggbomjdfjlnldhg
公式URL https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg
説明 Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
ファイルサイズ 937 KB
インストール数 739
現在のバージョン 2.3.9
最終更新日 2023-11-18
公開日 2020-03-24
評価 5.00/5 合計 4 レビュー
開発者 Clockk.com Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://clockk.com/
プライバシーポリシーページのURL https://clockk.com/our-privacy-promise
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clockk",
    "author": "Clockk.com Inc.",
    "homepage_url": "https:\/\/clockk.com\/",
    "short_name": "Clockk",
    "description": "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.",
    "version": "2.3.9",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Clockk",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "injections\/page-reporter.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.clockk.com\/*"
            ],
            "js": [
                "injections\/app.clockk.com.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "injections\/mail.google.com.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ]
}