Clockk

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

Clockk란 무엇입니까?

Clockk은(는) Clockk.com Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Clockk Clockk
ID inpnfpglfklplkhnpggbomjdfjlnldhg
공식 URL https://chromewebstore.google.com/detail/clockk/inpnfpglfklplkhnpggbomjdfjlnldhg
설명 Gather productivity data for your Clockk automated timesheets with Clockk's official web browser extension.
파일 크기 937 KB
설치 횟수 739
현재 버전 2.3.9
최근 업데이트 2023-11-18
출시 날짜 2020-03-24
평점 5.00/5 총 4 개의 평점
개발자 Clockk.com Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clockk.com/
개인정보 보호 정책 페이지 URL https://clockk.com/our-privacy-promise
지원되는 언어 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": [
        "*:\/\/*\/*"
    ]
}