Timewatch extension

do what they don't do

What is Timewatch extension?

Timewatch extension is a Chrome extension developed by Tom, and its main feature is "do what they don't do".

Download Timewatch extension Extension CRX File

Download Timewatch extension 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

                        Add some details to the timewatch time report, like avg working hours
version 2: support multiple tables
version 3: support half days                    

Extension Basic Information

Name Timewatch extension Timewatch extension
ID ldgghciejddllgfjbinnpjmpfbihlham
Official URL https://chromewebstore.google.com/detail/timewatch-extension/ldgghciejddllgfjbinnpjmpfbihlham
Description do what they don't do
File Size 9.33 KB
Installation Count 12
Current Version 3.0
Last Updated 2018-04-26
Publish Date 2018-04-26
Developer Tom
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timewatch extension",
    "version": "3.0",
    "description": "do what they don't do",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/admin.timewatch.co.il\/phaseb\/po_presence.php*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}