Track your productivity

Keep track of your productivity.

Track your productivity क्या है?

Track your productivity https://db42.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your productivity."।

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

screenshot

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

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

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

                        A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.

- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again                    

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

नाम Track your productivity Track your productivity
ID onnkllhiaannegcomgbogohfpeegdnnf
आधिकारिक URL https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf
विवरण Keep track of your productivity.
फ़ाइल का आकार 208 KB
स्थापना संख्या 60
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2014-03-09
प्रकाशन तिथि 2014-03-08
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर https://db42.in
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track your productivity",
    "short_name": "Track your productivity",
    "description": "Keep track of your productivity.",
    "version": "2.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Track your productivity",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}