ClockAssist

Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.

ClockAssist là gì?

ClockAssist là một tiện ích mở rộng Chrome được phát triển bởi https://clockassist.com, và tính năng chính của nó là "Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ClockAssist

Tải xuống các tệp mở rộng ClockAssist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ClockAssist is a Dutch startup which specialises in automatic timelogging, focussed on financial professionals. We're currenlty still in development and this Chrome-extension is a major part in our service. This chrome-extensions provides the automated time-logging of professional webapplications accountants use and pushes it to our main ClockAssist application which runs on the users computer. This way we can automatically tell the user in which online webapplication they have spent their time and on what client.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ClockAssist ClockAssist
ID mhnfimcmplkeginbdeamagfdjckdgagg
URL Chính Thức https://chromewebstore.google.com/detail/clockassist/mhnfimcmplkeginbdeamagfdjckdgagg
Mô tả Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 1,308
Phiên Bản Hiện Tại 1.5.4
Cập Nhật Lần Cuối 2022-03-24
Ngày Phát Hành 2020-07-01
Nhà Phát Triển https://clockassist.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClockAssist",
    "description": "Chrome-client voor het ClockAssist-platform voor automatische urenregistratie.",
    "version": "1.5.4",
    "browser_specific_settings": {
        "gecko": {
            "update_url": "https:\/\/www.clockassist.com\/installed\/firefox\/status.json",
            "id": "{ba662661-2902-44c1-9f92-254e1fd6c009}"
        }
    },
    "browser_action": [],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "agents.json",
        "icon-alert.png",
        "icon-check.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "143\/content.js",
                "144\/content.js",
                "145\/content.js",
                "146\/content.js",
                "147\/content.js",
                "148\/content.js",
                "149\/content.js",
                "150\/content.js",
                "151\/content.js",
                "152\/content.js",
                "153\/content.js",
                "154\/content.js",
                "contentLoader.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "143\/background.js",
            "144\/background.js",
            "145\/background.js",
            "146\/background.js",
            "147\/background.js",
            "148\/background.js",
            "149\/background.js",
            "150\/background.js",
            "151\/background.js",
            "152\/background.js",
            "153\/background.js",
            "154\/background.js",
            "backgroundLoader.js"
        ],
        "persistent": true
    }
}