Timer Resizer for FreshBooks

Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)

Wat is Timer Resizer for FreshBooks?

Timer Resizer for FreshBooks is een Chrome-extensie ontwikkeld door https://zyphon.com, en de belangrijkste functie is "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Timer Resizer for FreshBooks

Download Timer Resizer for FreshBooks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Need to visually track your time without forgetting about the timer, but tired of taking up so much space? This simple extension adds a minimize/maximize button to your timer window to quickly adjust the size. You'll never forget to start or stop your timer again!                    

Basisinformatie over de Extensie

Naam Timer Resizer for FreshBooks Timer Resizer for FreshBooks
ID dollgklkenojadekccfhjfaogalfmgem
Officiële URL https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem
Beschrijving Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Bestandsgrootte 65.82 KB
Aantal Installaties 61
Huidige Versie 1.1
Laatst Bijgewerkt 2014-02-07
Publicatiedatum 2014-02-07
Ontwikkelaar https://zyphon.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/zyphlar/freshbooks-resizer
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Resizer for FreshBooks",
    "description": "Easily minimize your Timesheet \/ Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)",
    "version": "1.1",
    "author": "Will Bradley",
    "homepage_url": "https:\/\/github.com\/zyphlar\/freshbooks-resizer",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.freshbooks.com\/internal*"
            ],
            "js": [
                "freshbooks-resizer.js",
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ]
}