CloudCapcha

Track time in your browser

Cos'è CloudCapcha?

CloudCapcha è un'estensione di Chrome sviluppata da CloudCapcha, e la sua funzione principale è "Track time in your browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CloudCapcha

Scarica i file di estensione CloudCapcha in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CloudCapcha CloudCapcha
ID oagcjjlppahikhfgnjeeahceohjckdgh
URL Ufficiale https://chromewebstore.google.com/detail/cloudcapcha/oagcjjlppahikhfgnjeeahceohjckdgh
Descrizione Track time in your browser
Dimensione del File 574 KB
Conteggio Installazioni 5,213
Versione Corrente 8.0.8770.2
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2021-03-31
Sviluppatore CloudCapcha
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.cloudcapcha.com/privacy-policy
Lingue Supportate 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"
    ]
}