Reflektive

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

Reflektive란 무엇입니까?

Reflektive은(는) https://reflektive.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reflektive - People Management Suite that helps managers and employees work better together"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Reflektive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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