Timesheet - Mobile Time Tracker

Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.

Timesheet - Mobile Time Tracker란 무엇입니까?

Timesheet - Mobile Time Tracker은(는) https://timesheet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Timesheet - Mobile Time Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Timesheet allows you to record your working time with a simple push of a button. Add working hours, expenses and notes to projects. Regular breaks are no problem - Timesheet does the recording! 

Included functions of Timesheet in the extension:
* Time recording
* The creation of displays, notes and pauses

Other functions including statistics, project management, export of data and invoice placement are only available in the app. For more information, please visit www.timesheet.io.                    

확장 프로그램 기본 정보

이름 Timesheet - Mobile Time Tracker Timesheet - Mobile Time Tracker
ID fmgcjihbmdddjpbflmgedlcfedghdbno
공식 URL https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno
설명 Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.
파일 크기 348 KB
설치 횟수 1,504
현재 버전 22.11.11
최근 업데이트 2022-11-13
출시 날짜 2020-10-19
평점 2.50/5 총 6 개의 평점
개발자 https://timesheet.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://timesheet.io
도움말 페이지 URL https://timesheet.io
개인정보 보호 정책 페이지 URL https://timesheet.io/en/privacy
지원되는 언어 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.",
    "version": "22.11.11",
    "manifest_version": 2,
    "name": "Timesheet - Mobile Time Tracker",
    "default_locale": "en",
    "icons": {
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Timesheet.io"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "activeTab",
        "notifications",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/fonts.googleapis.com https:\/\/securetoken.googleapis.com\/ https:\/\/apis.google.com https:\/\/*.timesheet.io https:\/\/www.appspot.com https:\/\/test-dot-timesheet-api.appspot.com https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}