CloudCapcha

Track time in your browser

CloudCapcha란 무엇입니까?

CloudCapcha은(는) CloudCapcha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track time in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CloudCapcha 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}