Employee Home

All Employee Happenings, All In One Home

Employee Home란 무엇입니까?

Employee Home은(는) https://rippling.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All Employee Happenings, All In One Home"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Employee Home connects with your Rippling account and acts as single location for employee happenings, it's like an internal bulletin board (without the post-its). Accessible just by opening a new tab (using Chrome APIs for new tab page or NTP), every employee can instantly see the following:

1) Quick Sign-in - Each employee’s quick sign-in bar from their dashboard is surfaced at the top of the Employee home - it’s like a bookmark bar for all their favorite tools. 

2) Employees’ Out-of-office - Immediately view your team’s PTO, whether you are at the office or working remotely. 

3) Company Resources - Rippling admins can host key resources, guest wifi password, employee handbook, or sales collateral, so everyone can access it in one click. 

4) Recent Hires - When a new employee starts, make sure everyone knows who they are no matter where or with whom they work. 

5) Company announcements - Share important announcements or updates. Rippling admin’s can customize department or location sees them, or *even who gets to post. 

6) *Birthdays - You have the option to share employee birthdays, make sure everyone feels great on their special day. 


**Note** You must have a rippling.com account through your employer to use the Employee Home chrome extension. Contact your Rippling administrator with any questions.                    

확장 프로그램 기본 정보

이름 Employee Home Employee Home
ID akcljdkpppokdcbopdcbkokilfdddhoi
공식 URL https://chromewebstore.google.com/detail/employee-home/akcljdkpppokdcbopdcbkokilfdddhoi
설명 All Employee Happenings, All In One Home
파일 크기 50.27 MB
설치 횟수 33,003
현재 버전 0.1.76
최근 업데이트 2023-10-26
출시 날짜 2020-04-15
평점 1.96/5 총 27 개의 평점
개발자 https://rippling.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.rippling.com
개인정보 보호 정책 페이지 URL https://app.rippling.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Employee Home",
    "description": "All Employee Happenings, All In One Home",
    "version": "0.1.76",
    "icons": {
        "16": "public\/img\/emphome_16.png",
        "32": "public\/img\/emphome_32.png",
        "48": "public\/img\/emphome_48.png",
        "128": "public\/img\/emphome_128.png"
    },
    "browser_action": {
        "default_popup": "notificationsPopup.html"
    },
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "commands": {
        "reload-chrome-runtime": {
            "suggested_key": "Alt+Shift+D",
            "description": "Reload the chrome extension runtime"
        },
        "clear-storages": {
            "suggested_key": "Alt+Shift+S",
            "description": "Clear the domain storage"
        }
    },
    "web_accessible_resources": [
        "newTab.html",
        "notificationsPopup.html",
        "public\/*.png",
        "public\/*.svg",
        "public\/extension.css",
        "*.svg",
        "*.png"
    ],
    "content_security_policy": "default-src 'self'; font-src 'self' https:\/\/* ; script-src 'self' 'unsafe-eval' https:\/\/stats.pusher.com https:\/\/cdn.logrocket.io\/logger.min.js https:\/\/maps.googleapis.com; connect-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' https: data:;",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.rippling.com\/*",
            "https:\/\/*.logrocket.io\/*"
        ]
    }
}