Clockk

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

O que é Clockk?

Clockk é uma extensão do Chrome desenvolvida por Clockk.com Inc., e sua principal característica é "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Clockk

Baixe arquivos de extensão Clockk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Clockk Clockk
ID inpnfpglfklplkhnpggbomjdfjlnldhg
URL Oficial https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg
Descrição Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
Tamanho do Arquivo 937 KB
Contagem de Instalações 739
Versão Atual 2.3.9
Última Atualização 2023-11-18
Data de Publicação 2020-03-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Clockk.com Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://clockk.com/
URL da Página de Política de Privacidade https://clockk.com/our-privacy-promise
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}