Timer Resizer for FreshBooks

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

¿Qué es Timer Resizer for FreshBooks?

Timer Resizer for FreshBooks es una extensión de Chrome desarrollada por https://zyphon.com, y su función principal es "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Timer Resizer for FreshBooks

Descarga archivos de extensión Timer Resizer for FreshBooks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Timer Resizer for FreshBooks Timer Resizer for FreshBooks
ID dollgklkenojadekccfhjfaogalfmgem
URL Oficial https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem
Descripción Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Tamaño del Archivo 65.82 KB
Cantidad de Instalaciones 61
Versión Actual 1.1
Última Actualización 2014-02-07
Fecha de Publicación 2014-02-07
Desarrollador https://zyphon.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/zyphlar/freshbooks-resizer
Idiomas Soportados 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"
    ]
}