Recognize
The Recognize employee recognition browser extension. Add Recognize into Yammer.
Recognize là gì?
Recognize là một tiện ích mở rộng Chrome được phát triển bởi https://recognizeapp.com, và tính năng chính của nó là "The Recognize employee recognition browser extension. Add Recognize into Yammer.".
Ả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 Recognize
Tải xuống các tệp mở rộng Recognize 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
Recognize is a social employee recognition program. This extension makes is super easy to jump into the Recognize platform from the browser extension's icon which opens a popup. Send and receive employee recognition, or redeem rewards from anywhere in Chrome. ✔ View leaderboards, company admin, and more with Yammer. ✔ View user's recognitions from their Yammer profile. ✔ Send recognition from tab at top of Yammer. ✔ Recognize anyone for their Yammer post. ✔ Recognize a user from their Yammer profile. https://www.recognizeapp.com for more information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Recognize |
ID | khonmmgfpdbncbianbikkhchhgleeako |
URL Chính Thức | https://chromewebstore.google.com/detail/recognize/khonmmgfpdbncbianbikkhchhgleeako |
Mô tả | The Recognize employee recognition browser extension. Add Recognize into Yammer. |
Kích Thước Tệp | 48.11 KB |
Số Lần Cài Đặt | 6,254 |
Phiên Bản Hiện Tại | 1.28.0 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2020-06-20 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://recognizeapp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.recognizeapp.com |
URL Trang Trợ Giúp | https://recognizeapp.com/help |
URL Trang Chính Sách Bảo Mật | https://recognizeapp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recognize", "version": "1.28.0", "manifest_version": 2, "description": "The Recognize employee recognition browser extension. Add Recognize into Yammer.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Recognize", "default_popup": "popup.html" }, "omnibox": { "keyword": "Recognize" }, "content_security_policy": "script-src 'self' https:\/\/recognizeapp.com\/assets\/extension.js; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.recognizeapp.com\/*", "https:\/\/*.recognizeapp.com:50000\/*", "http:\/\/*.yammer.com\/*", "https:\/\/*.yammer.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "http:\/\/*.recognizeapp.com\/*", "https:\/\/*.recognizeapp.com:50000\/*", "http:\/\/*.yammer.com\/*", "https:\/\/*.yammer.com\/*" ], "web_accessible_resources": [ "images\/load.gif", "styles\/main.css", "scripts\/popup.js" ] } |