CloudCapcha

Track time in your browser

什麼是CloudCapcha?

CloudCapcha是由CloudCapcha開發的Chrome擴展程式,該擴展的主要功能是“Track time in your browser”。

擴展截圖

screenshot
screenshot

下載CloudCapcha擴展crx文件

下載CloudCapcha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 CloudCapcha CloudCapcha
ID oagcjjlppahikhfgnjeeahceohjckdgh
官方網址 https://chromewebstore.google.com/detail/cloudcapcha/oagcjjlppahikhfgnjeeahceohjckdgh
簡介 Track time in your browser
檔案大小 574 KB
安裝次數 5,213
目前版本 8.0.8770.2
更新時間 2024-01-15
上架時間 2021-03-31
開發者 CloudCapcha
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.cloudcapcha.com/privacy-policy
支援的語言 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"
    ]
}