Reflektive
Reflektive - People Management Suite that helps managers and employees work better together
Reflektiveคืออะไร?
Reflektive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reflektive.com และคุณลักษณะหลักของมันคือ "Reflektive - People Management Suite that helps managers and employees work better together"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reflektive
ดาวน์โหลดไฟล์ส่วนขยาย Reflektive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Key Features include: Performance Reviews Save time and set employees up for success with an intuitive review interface Real-Time Feedback Create a culture of recognition, feedback, and ongoing development People Intelligence Connect all your people data into a simple dashboard for always-on insights Goal Management Drive better performance conversations with agile, customizable goals Check-Ins Structure frequent, quality conversations between employees and managers Engagement Measure employee engagement and sentiment with company-wide surveys and targeted lightweight polls If you have an active Reflektive account, whether you are a manager or an individual contributor, this app will give you access to the following Reflektive features from within Gmail: - Give recognition to your colleagues - Manage your 1x1 agendas - Give and request feedback - View employees’ goals So that even outside of the Reflektive application, you can still keep on top of all your performance management activities!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reflektive |
ID | ofjegoecgdcdjepdijahaimjmkemeghj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reflektive/ofjegoecgdcdjepdijahaimjmkemeghj |
คำอธิบาย | Reflektive - People Management Suite that helps managers and employees work better together |
ขนาดไฟล์ | 342 KB |
จำนวนการติดตั้ง | 6,330 |
เวอร์ชันปัจจุบัน | 3.1.7 |
อัปเดตครั้งล่าสุด | 2022-03-17 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://reflektive.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.reflektive.com |
URL หน้าช่วยเหลือ | https://support.reflektive.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.peoplefluent.com/privacy-notice |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reflektive", "version": "3.1.7", "manifest_version": 2, "description": "Reflektive - People Management Suite that helps managers and employees work better together", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/pulse.chrome.server.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "http:\/\/inbox.google.com\/*", "https:\/\/inbox.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/inboxsdk.js", "scripts\/jquery.js", "scripts\/jquery.resize.js", "scripts\/pulse.chrome.client.min.js", "scripts\/jsrsasign.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [], "web_accessible_resources": [ "*.html", "images\/*", "styles\/*", "scripts\/*", "oauth2\/*" ], "externally_connectable": { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/inbox.google.com\/*" ] } } |