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文件

下載Tracking Time | Time Tracker Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}