PSOhub time tracker
Track your time, book hours, invoice automatically
Qu'est-ce que PSOhub time tracker ?
PSOhub time tracker est une extension Chrome développée par https://psohubapp.com, et sa fonction principale est "Track your time, book hours, invoice automatically".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PSOhub time tracker
Téléchargez les fichiers d'extension PSOhub time tracker 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
An extension for PSOhub users to track their hours directly from the browser.
Informations de Base sur l'Extension
Nom | PSOhub time tracker |
ID | jmikhgejmpdiebamjdjeigjdkkcpedhj |
URL Officiel | https://chromewebstore.google.com/detail/psohub-time-tracker/jmikhgejmpdiebamjdjeigjdkkcpedhj |
Description | Track your time, book hours, invoice automatically |
Taille du Fichier | 31.25 KB |
Nombre d'Installations | 422 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-31 |
Date de Publication | 2020-11-03 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://psohubapp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.psohub.com |
URL de la Page d'Aide | https://help.psohub.com |
Langues Prises en Charge | 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": [] } |