PSOhub time tracker

Track your time, book hours, invoice automatically

Cos'è PSOhub time tracker?

PSOhub time tracker è un'estensione di Chrome sviluppata da https://psohubapp.com, e la sua funzione principale è "Track your time, book hours, invoice automatically".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PSOhub time tracker

Scarica i file di estensione PSOhub time tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension for PSOhub users to track their hours directly from the browser.                    

Informazioni di Base sull'Estensione

Nome PSOhub time tracker PSOhub time tracker
ID jmikhgejmpdiebamjdjeigjdkkcpedhj
URL Ufficiale https://chromewebstore.google.com/detail/psohub-time-tracker/jmikhgejmpdiebamjdjeigjdkkcpedhj
Descrizione Track your time, book hours, invoice automatically
Dimensione del File 31.25 KB
Conteggio Installazioni 422
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-31
Data di Pubblicazione 2020-11-03
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://psohubapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.psohub.com
URL della Pagina di Aiuto https://help.psohub.com
Lingue Supportate 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": []
}