Toggl Track: Productivity & Time Tracker

Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account

Toggl Track: Productivity & Time Trackerคืออะไร?

Toggl Track: Productivity & Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://toggl.com และคุณลักษณะหลักของมันคือ "Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggl Track: Productivity & Time Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Toggl Track: Productivity & Time Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Whether you use Trello, Asana, Todoist, Jira, Notion or one of the 120+ integrated tools, start tracking time without opening a new tab. Toggl Track timer can now also fill your Pomodoro needs through automated reminders.

If you were looking for Toggl Button, you're in the right place -> we've just rebranded as Toggl Track, but the functionality of the extension remains the same (and we also switched colors a bit as well).

To see a list of all the supported tools please visit https://toggl.com/track/integrations/?type=extension#_ 

1. Click "Add to Chrome".
2. Log in to Toggl Track from the extension menu or from https://toggl.com/track/ (tab can be closed)
3. Under settings give the extension permissions to inject itself into the services you desire
4. You will quickly start noticing the Toggl Track extension in your favorite productivity tools
5. Start timer inside one of the supported web tools and the task’s name and project will be added to your Toggl Track time entry.
6. Tracking your time will help boost productivity in no time

Toggl Track extension also has advanced features like:
* Pomodoro timer
* Idle detection
* Tracking reminder

For more information on how Toggl Track extension works take a look at https://support.toggl.com/en/articles/2206984-toggl-track-button-browser-extension and enjoy seamless time tracking in your browser.

If you have any problems or feedback regarding Toggl Track extension, write to us at [email protected]

Toggl Track extension is open source and we welcome all your contributions, check out our Github repo - https://github.com/toggl/toggl-button

You can check out the change log here - https://toggl.github.io/toggl-button

>>> Toggl Track Overview

Toggl Track is the leading online time management tool for teams and solo users. It allows users to track the time spent on various projects and analyze productivity. You can use Toggl Track on the web, on desktop or on your mobile – all your data gets synced in real time.

Toggl Track is the ultimate simple online timer. Whether you need to track your work, time online and offline activities or just need a simple stopwatch from time to time, add Toggl Track extension to your browser and see the benefits for yourself.

Join over 3 million productive Togglers!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Toggl Track: Productivity & Time Tracker Toggl Track: Productivity & Time Tracker
ID oejgccbfbmkkpaidnkphaiaecficdnfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toggl-track-productivity/oejgccbfbmkkpaidnkphaiaecficdnfn
คำอธิบาย Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account
ขนาดไฟล์ 3.56 MB
จำนวนการติดตั้ง 416,187
เวอร์ชันปัจจุบัน 3.0.30
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-06-25
คะแนน 4.39/5 รวมทั้งหมด 1527 คะแนน
ผู้พัฒนา https://toggl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://toggl.com/track/?utm_source=Toggl%20Button&utm_medium=CPC&utm_campaign=Toggl%20Button%20visits&utm_term=Website
URL หน้าช่วยเหลือ https://support.toggl.com/en/articles/2206984-toggl-track-button-browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://toggl.com/legal/track/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toggl Track: Productivity & Time Tracker",
    "short_name": "Toggl Track",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "description": "Puts a timer into any web tool and allows quick real time productivity tracking with all the data stored on your Toggl account",
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "src\/pages\/popup\/index.html",
        "default_title": "Toggl Time Tracker"
    },
    "commands": {
        "quick-start-stop-entry": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "Quick start\/stop current entry"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "background",
        "contextMenus",
        "idle",
        "notifications",
        "scripting",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.toggl.com\/*",
        "*:\/\/toggl.com\/*"
    ],
    "optional_host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.toggl.com\/*",
            "*:\/\/toggl.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "3.0.30"
}