Timer Resizer for FreshBooks
Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)
Qu'est-ce que Timer Resizer for FreshBooks ?
Timer Resizer for FreshBooks est une extension Chrome développée par https://zyphon.com, et sa fonction principale est "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timer Resizer for FreshBooks
Téléchargez les fichiers d'extension Timer Resizer for FreshBooks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Timer Resizer for FreshBooks |
ID | dollgklkenojadekccfhjfaogalfmgem |
URL Officiel | https://chromewebstore.google.com/detail/timer-resizer-for-freshbo/dollgklkenojadekccfhjfaogalfmgem |
Description | Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.) |
Taille du Fichier | 65.82 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-02-07 |
Date de Publication | 2014-02-07 |
Développeur | https://zyphon.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/zyphlar/freshbooks-resizer |
Langues Prises en Charge | 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" ] } |