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. |
| Eメール | [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\/"
]
} | |