Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Co to jest Projectworks Time Tracking?

Projectworks Time Tracking to rozszerzenie Chrome opracowane przez Projectworks, a jego główną funkcją jest „Fill out your Projectworks timesheet from anywhere!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Projectworks Time Tracking

Pobierz pliki rozszerzeń Projectworks Time Tracking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
Oficjalny URL https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Opis Fill out your Projectworks timesheet from anywhere!
Rozmiar pliku 14.96 KB
Liczba instalacji 434
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-11
Data Publikacji 2021-11-11
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper Projectworks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://projectworks.io
Adres URL Strony Polityki Prywatności https://projectworks.io/privacy-policy
Obsługiwane Języki 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"
    }
}