Projectworks Time Tracking

Fill out your Projectworks timesheet from anywhere!

Projectworks Time Tracking란 무엇입니까?

Projectworks Time Tracking은(는) Projectworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fill out your Projectworks timesheet from anywhere!"입니다.

확장 프로그램 스크린샷

screenshot

Projectworks Time Tracking 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}