Clockk

Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.

Was ist Clockk?

Clockk ist eine Chrome-Erweiterung, die von Clockk.com Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Clockk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clockk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Make more money with quick, painless, and accurate time tracking.

Clockk makes agencies more efficient and profitable by enabling data-driven decision making about time. No timers needed!

This web extension allows Clockk to gather productivity data as you browse the internet. An active Clockk account is required to use this extension.                    

Grundlegende Informationen zur Erweiterung

Name Clockk Clockk
ID inpnfpglfklplkhnpggbomjdfjlnldhg
Offizielle URL https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg
Beschreibung Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Dateigröße 937 KB
Installationsanzahl 739
Aktuelle Version 2.3.9
Letztes Update 2023-11-18
Veröffentlichungsdatum 2020-03-24
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Clockk.com Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://clockk.com/
URL der Datenschutzrichtlinien-Seite https://clockk.com/our-privacy-promise
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clockk",
    "author": "Clockk.com Inc.",
    "homepage_url": "https:\/\/clockk.com\/",
    "short_name": "Clockk",
    "description": "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.",
    "version": "2.3.9",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Clockk",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "injections\/page-reporter.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.clockk.com\/*"
            ],
            "js": [
                "injections\/app.clockk.com.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "injections\/mail.google.com.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "notifications",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ]
}