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\/*" ] } } |