Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Was ist Projectworks Time Tracking?

Projectworks Time Tracking ist eine Chrome-Erweiterung, die von Projectworks entwickelt wurde, und ihr Hauptmerkmal ist "Fill out your Projectworks timesheet from anywhere!".

Erweiterungsscreenshots

screenshot

Projectworks Time Tracking-Erweiterungs-CRX-Datei herunterladen

Laden Sie Projectworks Time Tracking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
Offizielle URL https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Beschreibung Fill out your Projectworks timesheet from anywhere!
Dateigröße 14.96 KB
Installationsanzahl 434
Aktuelle Version 1.0
Letztes Update 2021-11-11
Veröffentlichungsdatum 2021-11-11
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Projectworks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://projectworks.io
URL der Datenschutzrichtlinien-Seite https://projectworks.io/privacy-policy
Unterstützte Sprachen 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"
    }
}