TimeChimp Tracker

Extensie voor automatische urenregistratie.

TimeChimp Tracker란 무엇입니까?

TimeChimp Tracker은(는) ClockAssist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensie voor automatische urenregistratie."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The software of TimeChimp automatically logges time for our users. This extension automatically detects what project the user is working on within online webapplications.                    

확장 프로그램 기본 정보

이름 TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
공식 URL https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
설명 Extensie voor automatische urenregistratie.
파일 크기 50.35 KB
설치 횟수 640
현재 버전 2.0.5
최근 업데이트 2022-12-13
출시 날짜 2022-09-08
평점 1.00/5 총 1 개의 평점
개발자 ClockAssist
이메일 [email protected]
결제 유형 free
지원되는 언어 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeChimp Tracker",
    "description": "Extensie voor automatische urenregistratie.",
    "version": "2.0.5",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "agents.json",
                "icon-alert.png",
                "icon-check.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "editor.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}