Tracking Time | Time Tracker Button

Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.

Tracking Time | Time Tracker Button란 무엇입니까?

Tracking Time | Time Tracker Button은(는) https://trackingtime.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tracking Time | Time Tracker Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Time Tracker for your favorite productivity apps! 

The TrackingTime Button allows you to add time tracking to more than 35 popular productivity tools and online services. It's seamlessly integrated within the UI of the business apps you love and use every day.
No setup required

When you start tracking a task inside any of the supported apps the Button will automatically identify the task and project you've selected and sync them in your TrackingTime account. There is no integration setup required. It just works out of the box.

All hours in one place

Every team needs different apps to get their job done. With the TrackingTime Button, employees across different teams can track their work right within the apps they use everyday and all their time data is stored centrally in one place. This makes creating timesheets and running company-wide reports a breeze.                    

확장 프로그램 기본 정보

이름 Tracking Time | Time Tracker Button Tracking Time | Time Tracker Button
ID fglmkdhomaklnckgbjfnfmbfmlkjippg
공식 URL https://chromewebstore.google.com/detail/tracking-time-time-tracke/fglmkdhomaklnckgbjfnfmbfmlkjippg
설명 Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets.
파일 크기 1004 KB
설치 횟수 38,166
현재 버전 3.11
최근 업데이트 2024-02-03
출시 날짜 2019-08-15
평점 4.34/5 총 137 개의 평점
개발자 https://trackingtime.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://trackingtime.co
도움말 페이지 URL http://help.trackingtime.co
개인정보 보호 정책 페이지 URL https://trackingtime.co/privacy-policy
지원되는 언어 de,en,en-GB,en-US,es,es-419,it,pl,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "short_name": "Tracking Button",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "version": "3.11",
    "author": "Tracking Time LLC",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/favicon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TrackingTime",
        "default_icon": {
            "32": "img\/iconos\/32x32_grey.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "*:\/\/*.trackingtime.co\/*",
        "*:\/\/*.trackingtime.io\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "options.html"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "notifications",
        "cookies",
        "storage",
        "alarms"
    ]
}