Reflektive

Reflektive - People Management Suite that helps managers and employees work better together

¿Qué es Reflektive?

Reflektive es una extensión de Chrome desarrollada por https://reflektive.com, y su función principal es "Reflektive - People Management Suite that helps managers and employees work better together".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reflektive

Descarga archivos de extensión Reflektive en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Reflektive Reflektive
ID ofjegoecgdcdjepdijahaimjmkemeghj
URL Oficial https://chromewebstore.google.com/detail/reflektive/ofjegoecgdcdjepdijahaimjmkemeghj
Descripción Reflektive - People Management Suite that helps managers and employees work better together
Tamaño del Archivo 342 KB
Cantidad de Instalaciones 6,330
Versión Actual 3.1.7
Última Actualización 2022-03-17
Fecha de Publicación 2020-05-20
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador https://reflektive.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.reflektive.com
URL de la Página de Ayuda https://support.reflektive.com
URL de la Página de Política de Privacidad https://www.peoplefluent.com/privacy-notice
Idiomas Soportados 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\/*"
        ]
    }
}