Planfix: Timer
Recording and tracking time spent on tasks and projects
Planfix: Timerคืออะไร?
Planfix: Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://planfix.com และคุณลักษณะหลักของมันคือ "Recording and tracking time spent on tasks and projects"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planfix: Timer
ดาวน์โหลดไฟล์ส่วนขยาย Planfix: Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Recording and tracking time spent on tasks and projects Planfix is a team-management tool that helps groups organize and manage collaboration between different people.Planfix is great for businesses, nonprofits, and any other group of people working towards a common goal. The timer feature lets users keep track of time spent on tasks and projects, and record it in their Planfix account. Time recorded can then be viewed and analyzed using Planfix reports or any other reports built independently.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Planfix: Timer |
ID | pfffkcgkamnolobimklembffchhlkkik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/planfix-timer/pfffkcgkamnolobimklembffchhlkkik |
คำอธิบาย | Recording and tracking time spent on tasks and projects |
ขนาดไฟล์ | 99.17 KB |
จำนวนการติดตั้ง | 4,478 |
เวอร์ชันปัจจุบัน | 3.6.14 |
อัปเดตครั้งล่าสุด | 2023-10-22 |
วันที่เผยแพร่ | 2019-11-05 |
คะแนน | 3.63/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://planfix.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://planfix.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://planfix.ru/privacy |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "3.6.14", "default_locale": "en", "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/extension-icon.png" }, "default_popup": "index.html" }, "icons": { "24": "images\/128.png", "128": "images\/128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/*.planfix.ru\/", "https:\/\/*.planfix.com\/", "https:\/\/*.planfix.ua\/", "https:\/\/pf.mgcom.ru\/", "storage" ], "background": { "scripts": [ "js\/debug.js", "js\/common.js", "js\/auto_inject.js", "js\/lib\/date_format.js", "js\/lib\/jquery-2.1.4.min.js", "js\/lib\/url_parse.js", "js\/settings.js", "js\/storage.js", "js\/timer.js", "js\/planfix.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.planfix.ru\/*", "https:\/\/*.planfix.com\/*", "https:\/\/*.planfix.ua\/*", "https:\/\/pf.mgcom.ru\/*" ], "js": [ "js\/planfix_contentscript.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |