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.
What is Timesheet - Mobile Time Tracker?
Timesheet - Mobile Time Tracker is a Chrome extension developed by https://timesheet.io, and its main feature is "Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently.".
Extension Screenshots
Download Timesheet - Mobile Time Tracker Extension CRX File
Download Timesheet - Mobile Time Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Timesheet - Mobile Time Tracker |
ID | fmgcjihbmdddjpbflmgedlcfedghdbno |
Official URL | https://chromewebstore.google.com/detail/timesheet-mobile-time-tra/fmgcjihbmdddjpbflmgedlcfedghdbno |
Description | Timesheet allows to track your working hours with a push of a button. You need a subscription from timesheet.io to use permanently. |
File Size | 348 KB |
Installation Count | 1,504 |
Current Version | 22.11.11 |
Last Updated | 2022-11-13 |
Publish Date | 2020-10-19 |
Rating | 2.50/5 Total 6 Ratings |
Developer | https://timesheet.io |
[email protected] | |
Payment Type | in_app |
Extension Website | https://timesheet.io |
Help Page URL | https://timesheet.io |
Privacy Policy Page URL | https://timesheet.io/en/privacy |
Supported Languages | 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", " |