Toggl - Productivity Pack

Productivity enhancements for Toggl time tracking

What is Toggl - Productivity Pack?

Toggl - Productivity Pack is a Chrome extension developed by https://www.mii.at, and its main feature is "Productivity enhancements for Toggl time tracking".

Extension Screenshots

screenshot
screenshot

Download Toggl - Productivity Pack Extension CRX File

Download Toggl - Productivity Pack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Toggl Productivity Pack provides enhancements for the Toggl time tracking service.

Enhancements

 - Select All / None links in person, project and tag report filters.                    

Extension Basic Information

Name Toggl - Productivity Pack Toggl - Productivity Pack
ID ehdkmhgmlehnbibjhddpfelefhhniecm
Official URL https://chromewebstore.google.com/detail/toggl-productivity-pack/ehdkmhgmlehnbibjhddpfelefhhniecm
Description Productivity enhancements for Toggl time tracking
File Size 58.1 KB
Installation Count 1,495
Current Version 1.1.0
Last Updated 2013-07-25
Publish Date 2013-07-25
Rating 3.25/5 Total 8 Ratings
Developer https://www.mii.at
Payment Type free
Extension Website https://github.com/mii-at/toggl-productivity-pack
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggl - Productivity Pack",
    "homepage_url": "https:\/\/github.com\/mii-at\/toggl-productivity-pack",
    "icons": {
        "128": "toggl-logo.128.png",
        "48": "toggl-logo.48.png"
    },
    "version": "1.1.0",
    "description": "Productivity enhancements for Toggl time tracking",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.toggl.com\/report*"
            ],
            "css": [],
            "js": [
                "jquery-1.7.2.min.js",
                "report-extensions.js"
            ]
        }
    ]
}