Timesheet - Mobile Time Tracker
Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.
Co je Timesheet - Mobile Time Tracker?
Timesheet - Mobile Time Tracker je rozšíření Chrome vyvinuté https://timesheet.io, a jeho hlavní funkcí je „Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Timesheet - Mobile Time Tracker
Stáhněte si soubory rozšíření Timesheet - Mobile Time Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Timesheet allows you to record your working time with a simple push of a button. Add working hours, expenses and notes to projects. Regular breaks are no problem - Timesheet does the recording! Included functions of Timesheet in the extension: * Time recording * The creation of displays, notes and pauses Other functions including statistics, project management, export of data and invoice placement are only available in the app. For more information, please visit www.timesheet.io.
Základní Informace o Rozšíření
Název | Timesheet - Mobile Time Tracker |
ID | fmgcjihbmdddjpbflmgedlcfedghdbno |
Oficiální URL | https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno |
Popis | Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently. |
Velikost souboru | 348 KB |
Počet instalací | 1,504 |
Aktuální Verze | 22.11.11 |
Poslední Aktualizace | 2022-11-13 |
Datum Vydání | 2020-10-19 |
Hodnocení | 2.50/5 Celkem 6 Hodnocení |
Vývojář | https://timesheet.io |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://timesheet.io |
URL Stránky Nápovědy | https://timesheet.io |
URL Stránky Zásad Ochrany Soukromí | https://timesheet.io/en/privacy |
Podporované Jazyky | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.", "version": "22.11.11", "manifest_version": 2, "name": "Timesheet - Mobile Time Tracker", "default_locale": "en", "icons": { "120": "icon120.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Timesheet.io" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "permissions": [ "background", "activeTab", "notifications", "storage", " |