CloudCapcha

Track time in your browser

CloudCapcha là gì?

CloudCapcha là một tiện ích mở rộng Chrome được phát triển bởi CloudCapcha, và tính năng chính của nó là "Track time in your browser".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng CloudCapcha 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

                        CloudCapcha Browser Extension - created exclusively for CloudCapcha Enterprise users.

The Browser Extension now fulfils two core functions:

- Automatically capture time from registered applications used by the Firm, e.g. Xero & Silverfin.

- Enable multiple concurrent smart timers attached to browser tabs to capture time spent on any browser-based application.

Users are in constant control of which browser tabs they wish to monitor. As a user moves from one tab to another, the smart timers automatically pause and re-start so that only one timer is running at one time.

Once they have completed their work, the Browser extension automatically creates Activities in the user's DayBook, which can then be converted into Time entries with a couple of clicks.

Security and Access to the Server is controlled by the employing Firm, and the data is only accessible by the user and that employer Firm.                    

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

Tên CloudCapcha CloudCapcha
ID oagcjjlppahikhfgnjeeahceohjckdgh
URL Chính Thức https://chromewebstore.google.com/detail/cloudcapcha/oagcjjlppahikhfgnjeeahceohjckdgh
Mô tả Track time in your browser
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 5,213
Phiên Bản Hiện Tại 8.0.8770.2
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2021-03-31
Nhà Phát Triển CloudCapcha
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.cloudcapcha.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudCapcha",
    "version": "8.0.8770.2",
    "manifest_version": 2,
    "description": "Track time in your browser",
    "icons": {
        "16": "symphony-icon.png",
        "32": "symphony-icon.png",
        "48": "symphony-icon.png",
        "128": "symphony-icon.png"
    },
    "browser_action": {
        "default_popup": "src\/entrypoints\/popup\/index.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "webRequest",
        "webNavigation",
        "idle"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/entrypoints\/popup\/index.html"
    ]
}