Recognize
The Recognize employee recognition browser extension. Add Recognize into Yammer.
什么是Recognize?
Recognize是由https://recognizeapp.com开发的Chrome扩展程序,该扩展的主要功能是“The Recognize employee recognition browser extension. Add Recognize into Yammer.”。
扩展截图
下载Recognize扩展crx文件
下载Recognize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Recognize |
ID | khonmmgfpdbncbianbikkhchhgleeako |
官方URL | https://chromewebstore.google.com/detail/recognize/khonmmgfpdbncbianbikkhchhgleeako |
简介 | The Recognize employee recognition browser extension. Add Recognize into Yammer. |
文件大小 | 48.11 KB |
安装次数 | 6,254 |
当前版本 | 1.28.0 |
更新时间 | 2022-06-07 |
上架时间 | 2020-06-20 |
评分 | 4.60/5 共5次评分 |
开发者 | https://recognizeapp.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.recognizeapp.com |
帮助页面URL | https://recognizeapp.com/help |
隐私政策页面URL | https://recognizeapp.com/privacy |
支持的语言 | 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" ] } |