Employee Home
All Employee Happenings, All In One Home
Employee Home là gì?
Employee Home là một tiện ích mở rộng Chrome được phát triển bởi https://rippling.com, và tính năng chính của nó là "All Employee Happenings, All In One Home".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Employee Home
Tải xuống các tệp mở rộng Employee Home dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Employee Home |
ID | akcljdkpppokdcbopdcbkokilfdddhoi |
URL Chính Thức | https://chromewebstore.google.com/detail/employee-home/akcljdkpppokdcbopdcbkokilfdddhoi |
Mô tả | All Employee Happenings, All In One Home |
Kích Thước Tệp | 50.27 MB |
Số Lần Cài Đặt | 33,003 |
Phiên Bản Hiện Tại | 0.1.76 |
Cập Nhật Lần Cuối | 2023-10-26 |
Ngày Phát Hành | 2020-04-15 |
Đánh Giá | 1.96/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | https://rippling.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.rippling.com |
URL Trang Chính Sách Bảo Mật | https://app.rippling.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |