Simple Time Track

Simple Time Tracking - How much time spend on tasks?

Simple Time Track क्या है?

Simple Time Track https://ozana.cz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Time Tracking - How much time spend on tasks?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Time Track एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple Time Tracker - Application for simple time tracking of tasks within browser running on background.

TrackTime is a clean and intuitive Chrome extension that allows you to easily track time spent on tasks right in your browser. With its simple yet powerful timer interface, you can time multiple tasks simultaneously and view where your time went each day.

The extension runs quietly in the background so you can start timing tasks with one click and stop them just as easily when finished. The main popup interface shows all running timers along with their elapsed time and task name. You can edit timer names or delete timers quickly as needed.

TrackTime takes the headache out of manually tracking your time and provides insight into where your hours are actually spent. Give it a try for a more productive you!

Data can be exported to CSV or JSON format                    

एक्सटेंशन की मूल जानकारी

नाम Simple Time Track Simple Time Track
ID mfklifbdkkkmmkjnglplnaaooagiapjk
आधिकारिक URL https://chromewebstore.google.com/detail/simple-time-track/mfklifbdkkkmmkjnglplnaaooagiapjk
विवरण Simple Time Tracking - How much time spend on tasks?
फ़ाइल का आकार 108 KB
स्थापना संख्या 1,260
वर्तमान संस्करण 3.0.4
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2017-11-13
रेटिंग 3.77/5 कुल 13 रेटिंग्स
डेवलपर https://ozana.cz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ozana.cz
सहायता पृष्ठ URL https://ozana.cz
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Time Track",
    "description": "Simple Time Tracking - How much time spend on tasks?",
    "author": "[email protected]",
    "version": "3.0.4",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}