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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your preferred web project manager with the Time Tracker Button and get automatic timesheets."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Tracking Time | Time Tracker Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}