Productivity Tracker

Count your clicks and keystrokes in chrome so you can view your productivity over time

Productivity Tracker क्या है?

Productivity Tracker SmartAlec द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Count your clicks and keystrokes in chrome so you can view your productivity over time"।

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

screenshot

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

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

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

                        Productivity Tracker is the best way to track your productivity over a period of time. It will count your keystrokes and clicks and will display it on a graph for you. If you spend most of your time watching YouTube, it will show that you didn't do much work that day. If you type out your entire 20 page English paper in 2 hours, it will show that you were very productive that day.

Features:
* keystroke counter
* click counter
* graphs your productivity on a graph, all you have to do is click on the extension icon
* see your productivity between specific dates
* light weight and simplistic design                    

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

नाम Productivity Tracker Productivity Tracker
ID lmnpbacpakagageocmghgdbognjiabmb
आधिकारिक URL https://chromewebstore.google.com/detail/productivity-tracker/lmnpbacpakagageocmghgdbognjiabmb
विवरण Count your clicks and keystrokes in chrome so you can view your productivity over time
फ़ाइल का आकार 1.95 MB
स्थापना संख्या 298
वर्तमान संस्करण 1.54
अंतिम अपडेट 2017-05-01
प्रकाशन तिथि 2017-05-01
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर SmartAlec
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "\/src\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/src\/jquery-3.1.1.js",
                "\/src\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Count your clicks and keystrokes in chrome so you can view your productivity over time",
    "icons": {
        "128": "PTLogo128x128.png",
        "16": "PTLogo16x16.png",
        "48": "PTLogo48x48.png"
    },
    "manifest_version": 2,
    "name": "Productivity Tracker",
    "offline_enabled": true,
    "permissions": [
        "",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.54"
}