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
电子邮箱 [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"
    }
}