CloudCapcha

Track time in your browser

CloudCapcha क्या है?

CloudCapcha CloudCapcha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track time in your browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CloudCapcha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}