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!”。
擴展截圖
下載Projectworks Time Tracking擴展crx文件
下載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 |
ID | nnddcnfpihodaooabkngahnjimbpoehp |
官方網址 | 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" } } |