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 |
| 官方網址 | 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\/"
]
} | |