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