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.
Wat is Timesheet - Mobile Time Tracker?
Timesheet - Mobile Time Tracker is een Chrome-extensie ontwikkeld door https://timesheet.io, en de belangrijkste functie is "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timesheet - Mobile Time Tracker
Download Timesheet - Mobile Time Tracker-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
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.
Basisinformatie over de Extensie
Naam | Timesheet - Mobile Time Tracker |
ID | fmgcjihbmdddjpbflmgedlcfedghdbno |
Officiële URL | https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno |
Beschrijving | Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently. |
Bestandsgrootte | 348 KB |
Aantal Installaties | 1,504 |
Huidige Versie | 22.11.11 |
Laatst Bijgewerkt | 2022-11-13 |
Publicatiedatum | 2020-10-19 |
Beoordeling | 2.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://timesheet.io |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://timesheet.io |
Help Pagina-URL | https://timesheet.io |
URL van de Privacybeleid Pagina | https://timesheet.io/en/privacy |
Ondersteunde Talen | 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", " |