ClockAssist

ClockAssist browser-extension for automatic time tracking.

ClockAssistとは何ですか?

ClockAssistはhttps://clockassist.comによって開発されたChromeの拡張機能で、その主な機能は「ClockAssist browser-extension for automatic time tracking.」です。

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

screenshot

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

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

拡張機能の使用方法

                        ClockAssist automatically maps out your workday and is your perfect reminder for while logging hours.                    

拡張機能の基本情報

名前 ClockAssist ClockAssist
ID flhoijlhfhcgcglcgacnebnpmjiglcgf
公式URL https://chromewebstore.google.com/detail/clockassist/flhoijlhfhcgcglcgacnebnpmjiglcgf
説明 ClockAssist browser-extension for automatic time tracking.
ファイルサイズ 1.09 MB
インストール数 1,413
現在のバージョン 4.0.5
最終更新日 2024-02-14
公開日 2022-11-02
開発者 https://clockassist.com
Eメール [email protected]
支払い方法 free
対応言語 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ClockAssist",
    "description": "ClockAssist browser-extension for automatic time tracking.",
    "version": "4.0.5",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "html\/settings.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "img\/ico-x-mark.png",
                "img\/ico-square-up.png",
                "img\/ico-cog.png",
                "img\/ico-chevron-left.png",
                "img\/ico-chevron-right.png",
                "img\/ico-dots-vertical.png",
                "img\/ico-explode.png",
                "img\/ico-alert.png",
                "fonts\/OpenSans-Regular.ttf",
                "fonts\/OpenSans-Medium.ttf",
                "fonts\/OpenSans-SemiBold.ttf",
                "fonts\/OpenSans-Bold.ttf",
                "html\/settings.html",
                "html\/popup.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "js\/general\/jquery.js",
                "js\/content\/core.js",
                "js\/content\/detection.js",
                "js\/content\/timeline.js",
                "js\/content\/editor.js",
                "js\/content\/onboarding.js",
                "js\/content\/notifications.js",
                "js\/general\/confetti.js",
                "js\/general\/walkthrough.js",
                "js\/content\/rating.js",
                "js\/content\/chatsupport.js"
            ],
            "css": [
                "css\/content\/editor.css",
                "css\/content\/timeline.css",
                "css\/content\/onboarding.css",
                "css\/content\/notification.css",
                "css\/general\/walkthrough.css",
                "css\/content\/rating.css",
                "css\/content\/chatsupport.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background\/core.js"
    }
}