Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Что такое Projectworks Time Tracking?

Projectworks Time Tracking - это расширение Chrome, разработанное Projectworks, и его основная функция - "Fill out your Projectworks timesheet from anywhere!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Projectworks Time Tracking

Скачайте файлы расширений Projectworks Time Tracking в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Projectworks Time Tracking Projectworks Time Tracking
ID nnddcnfpihodaooabkngahnjimbpoehp
Официальный URL https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp
Описание Fill out your Projectworks timesheet from anywhere!
Размер файла 14.96 KB
Количество установок 434
Текущая Версия 1.0
Последнее Обновление 2021-11-11
Дата публикации 2021-11-11
Рейтинг 4.83/5 Всего 6 оценок
Разработчик Projectworks
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://projectworks.io
URL страницы политики конфиденциальности https://projectworks.io/privacy-policy
Поддерживаемые языки 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"
    }
}