Personizer
Record your daily work and break times with the handy timer function
Personizerคืออะไร?
Personizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Personizer GmbH & Co. KG และคุณลักษณะหลักของมันคือ "Record your daily work and break times with the handy timer function"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personizer
ดาวน์โหลดไฟล์ส่วนขยาย Personizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One click is needed to start your workday in Personizer, pause it during your lunch break and finish it on time at the end of the day. Personizer Chrome extension impresses with its simple and user friendly design. BENEFITS ✓ Record your working hours with a single click. ✓ Focus on your work while Personizer takes care of your administration. ✓ Use Personizer anytime and anywhere, no matter if you work in the office, on the road or remote. ✓ Don't worry about error-prone manual time tracking anymore: Personizer meets all the requirements of the ECJ ruling. FEATURES ✓ Timer function with start and pause button ✓ Calculation and display of daily work and break times ✓ Text field for the individual labeling of the time periods ✓ Direct link to Personizer web application for additional features and insights ABOUT PERSONIZER Personizer develops cloud-based HR tools for efficient time tracking and absence management for small and medium-sized companies. The fully integrable software modules are characterized by easy handling and fair prices. Already, more than 500 companies successfully digitalize and optimize their HR processes with Personizer's software solutions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Personizer |
ID | odlahlpjjocgoofghndlifigakifkdhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/personizer/odlahlpjjocgoofghndlifigakifkdhc |
คำอธิบาย | Record your daily work and break times with the handy timer function |
ขนาดไฟล์ | 1.58 MB |
จำนวนการติดตั้ง | 691 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-02-01 |
วันที่เผยแพร่ | 2022-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Personizer GmbH & Co. KG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.personizer.com |
URL หน้าช่วยเหลือ | https://helpdesk.personizer.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.personizer.com/en/privacy-policy |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.4", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "homepage_url": "https:\/\/www.personizer.com", "permissions": [ "identity", "identity.email" ], "host_permissions": [ "*:\/\/*.personizer.com", "https:\/\/www.personizer.com\/", "https:\/\/staging.personizer.com\/", "https:\/\/testing.personizer.com\/", "http:\/\/localhost:3000\/" ], "icons": { "16": "icons\/PerIcon.png", "48": "icons\/PerIcon.png", "128": "icons\/PerIcon.png" }, "action": { "default_popup": "popup.html", "default_title": "Personizer", "default_icon": { "19": "icons\/PerIcon.png", "38": "icons\/PerIcon.png" } }, "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/testing.personizer.com https:\/\/staging.personizer.com https:\/\/www.personizer.com http:\/\/localhost:3000;" } } |