PSOhub time tracker
Track your time, book hours, invoice automatically
What is PSOhub time tracker?
PSOhub time tracker is a Chrome extension developed by https://psohubapp.com, and its main feature is "Track your time, book hours, invoice automatically".
Extension Screenshots
Download PSOhub time tracker Extension CRX File
Download PSOhub 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
An extension for PSOhub users to track their hours directly from the browser.
Extension Basic Information
Name | PSOhub time tracker |
ID | jmikhgejmpdiebamjdjeigjdkkcpedhj |
Official URL | https://chromewebstore.google.com/detail/psohub-time-tracker/jmikhgejmpdiebamjdjeigjdkkcpedhj |
Description | Track your time, book hours, invoice automatically |
File Size | 31.25 KB |
Installation Count | 422 |
Current Version | 1.0 |
Last Updated | 2021-03-31 |
Publish Date | 2020-11-03 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://psohubapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.psohub.com |
Help Page URL | https://help.psohub.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PSOhub time tracker", "description": "Track your time, book hours, invoice automatically", "version": "1.0", "author": "Jarno Koopman", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "PSOhub time tracker" }, "icons": { "128": "favicon.png", "16": "favicon.png", "48": "favicon.png" }, "permissions": [] } |