Kudos Extension
Extension to send Kudos
什么是Kudos Extension?
Kudos Extension是由Kudos Inc.开发的Chrome扩展程序,该扩展的主要功能是“Extension to send Kudos”。
扩展截图
下载Kudos Extension扩展crx文件
下载Kudos Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send meaningful recognition to your peers right from your toolbar.
With the Chrome add-on, now you can give Kudos in seconds - right from your toolbar.
View your Kudos feeds and access everyone in your Kudos directory. Even switch easily between your Kudos accounts without ever opening a new tab.
Kudos is a robust employee recognition system and private social network that enhances team communication, collaboration, appreciation, and rewards. www.kudosnow.com 扩展基本信息
| 名称 | |
| ID | fjcggnmhpdcdbmffeediibifphpnnhhb |
| 官方URL | https://chromewebstore.google.com/detail/kudos-extension/fjcggnmhpdcdbmffeediibifphpnnhhb |
| 简介 | Extension to send Kudos |
| 文件大小 | 54.98 KB |
| 安装次数 | 442 |
| 当前版本 | 4.5 |
| 更新时间 | 2017-12-11 |
| 上架时间 | 2017-12-11 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | Kudos Inc. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.kudosnow.com |
| 帮助页面URL | http://support.kudosnow.com/home |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kudos Extension",
"version": "4.5",
"manifest_version": 2,
"description": "Extension to send Kudos",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "kudos.html"
},
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"38": "icon38.png",
"32": "icon32.png",
"19": "icon19.png",
"16": "icon16.png"
},
"permissions": [
"http:\/\/api.flickr.com\/"
]
} | |