Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Vad är Projectworks Time Tracking?

Projectworks Time Tracking är en Chrome-tillägg utvecklad av Projectworks, och dess huvudfunktion är "Fill out your Projectworks timesheet from anywhere!".

Tilläggsskärmbilder

screenshot

Ladda ner Projectworks Time Tracking-förlängningens CRX-fil

Ladda ner Projectworks Time Tracking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
Officiell webbadress https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Beskrivning Fill out your Projectworks timesheet from anywhere!
Filstorlek 14.96 KB
Antal Installationer 434
Aktuell Version 1.0
Senast Uppdaterad 2021-11-11
Publiceringsdatum 2021-11-11
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare Projectworks
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://projectworks.io
URL till Sekretesspolicy Sidan https://projectworks.io/privacy-policy
Stödda Språk 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"
    }
}