Projectworks Time Tracking
Fill out your Projectworks timesheet from anywhere!
Apa itu Projectworks Time Tracking?
Projectworks Time Tracking adalah ekstensi Chrome yang dikembangkan oleh Projectworks, dan fitur utamanya adalah "Fill out your Projectworks timesheet from anywhere!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Projectworks Time Tracking
Unduh file ekstensi Projectworks Time Tracking dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Projectworks Time Tracking |
ID | nnddcnfpihodaooabkngahnjimbpoehp |
URL Resmi | https://chromewebstore.google.com/detail/projectworks-time-trackin/nnddcnfpihodaooabkngahnjimbpoehp |
Deskripsi | Fill out your Projectworks timesheet from anywhere! |
Ukuran File | 14.96 KB |
Jumlah Instalasi | 434 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-11-11 |
Tanggal Publikasi | 2021-11-11 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | Projectworks |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://projectworks.io |
URL Halaman Kebijakan Privasi | https://projectworks.io/privacy-policy |
Bahasa yang Didukung | 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" } } |