Time Tracker

This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.

Time Tracker क्या है?

Time Tracker LogWork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Free productivity and time tracker for most popular online project management tools, platforms (e.g. Trello, Asana, Github, Notion, Todoist, etc.) that let you quickly and easily start a timer or log time manually. Keep an account of each minute worked!

We embed the time tracking button inside their native website interface. The embedded time tracker button looks as native, and it can increase your productivity and motivate you to achieve better results. So, no more tab switching. The accessibility of our time tracker proves to help you manage your time efficiently, work on diverse tasks during your working day, focus on tasks and projects, increase productivity, provide powerful results, etc.                    

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

नाम Time Tracker Time Tracker
ID ehagagfefdlncfmdnnegoagdemnfehdc
आधिकारिक URL https://chromewebstore.google.com/detail/time-tracker/ehagagfefdlncfmdnnegoagdemnfehdc
विवरण This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.
फ़ाइल का आकार 564 KB
स्थापना संख्या 699
वर्तमान संस्करण 1.4
अंतिम अपडेट 2021-12-13
प्रकाशन तिथि 2020-12-25
डेवलपर LogWork
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://logwork.com/blog/contact-us
गोपनीयता नीति पृष्ठ URL https://app.logwork.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "Time Tracker",
    "description": "This is a free time tracker button for the most popular services, such as: Trello, Asana, Jira, ClickUp, Gmail, Github, Notion, etc.",
    "version": "1.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "*:\/\/*.logwork.com\/*",
        "*:\/\/logwork.com\/*",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/extension_init.js",
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "icons\/user.png",
        "icons\/arrow_right.png",
        "icons\/cancel.png",
        "icons\/check.png",
        "icons\/folder.png",
        "icons\/plus.png"
    ]
}