Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

O que é Projectworks Time Tracking?

Projectworks Time Tracking é uma extensão do Chrome desenvolvida por Projectworks, e sua principal característica é "Fill out your Projectworks timesheet from anywhere!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Projectworks Time Tracking

Baixe arquivos de extensão Projectworks Time Tracking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
URL Oficial https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Descrição Fill out your Projectworks timesheet from anywhere!
Tamanho do Arquivo 14.96 KB
Contagem de Instalações 434
Versão Atual 1.0
Última Atualização 2021-11-11
Data de Publicação 2021-11-11
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Projectworks
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://projectworks.io
URL da Página de Política de Privacidade https://projectworks.io/privacy-policy
Idiomas Suportados 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"
    }
}