Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Cos'è Projectworks Time Tracking?

Projectworks Time Tracking è un'estensione di Chrome sviluppata da Projectworks, e la sua funzione principale è "Fill out your Projectworks timesheet from anywhere!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Projectworks Time Tracking

Scarica i file di estensione Projectworks Time Tracking 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

                        By professional services. For professional services.

Projectworks is an award-winning business management platform designed to help companies in the areas of project management, project financials, and people management.

Our core features include Resourcing, Forecasting, Invoicing, Timesheets, Expenses, Project Management, Project Burn, and Leave Booking.

Projectworks is specifically designed for software firms, architects, engineers, and management consultants.

The Projectworks Timetracking extension allows users to fill out their Projectworks timesheet from anywhere on the web!                    

Informazioni di Base sull'Estensione

Nome Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
URL Ufficiale https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Descrizione Fill out your Projectworks timesheet from anywhere!
Dimensione del File 14.96 KB
Conteggio Installazioni 434
Versione Corrente 1.0
Ultimo Aggiornamento 2021-11-11
Data di Pubblicazione 2021-11-11
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Projectworks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://projectworks.io
URL della Pagina della Politica sulla Privacy https://projectworks.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Projectworks Time Tracking",
    "description": "Fill out your Projectworks timesheet from anywhere!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}