Timer Resizer for FreshBooks

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

Co to jest Timer Resizer for FreshBooks?

Timer Resizer for FreshBooks to rozszerzenie Chrome opracowane przez https://zyphon.com, a jego główną funkcją jest „Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Timer Resizer for FreshBooks

Pobierz pliki rozszerzeń Timer Resizer for FreshBooks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Timer Resizer for FreshBooks Timer Resizer for FreshBooks
ID dollgklkenojadekccfhjfaogalfmgem
Oficjalny URL https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem
Opis Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Rozmiar pliku 65.82 KB
Liczba instalacji 61
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-02-07
Data Publikacji 2014-02-07
Deweloper https://zyphon.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/zyphlar/freshbooks-resizer
Obsługiwane Języki 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"
    ]
}