Kudos Extension
Extension to send Kudos
What is Kudos Extension?
Kudos Extension is a Chrome extension developed by Kudos Inc., and its main feature is "Extension to send Kudos".
Extension Screenshots
Download Kudos Extension Extension CRX File
Download Kudos Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Kudos Extension |
ID | fjcggnmhpdcdbmffeediibifphpnnhhb |
Official URL | https://chromewebstore.google.com/detail/kudos-extension/fjcggnmhpdcdbmffeediibifphpnnhhb |
Description | Extension to send Kudos |
File Size | 54.98 KB |
Installation Count | 442 |
Current Version | 4.5 |
Last Updated | 2017-12-11 |
Publish Date | 2017-12-11 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Kudos Inc. |
[email protected] | |
Payment Type | free |
Extension Website | http://www.kudosnow.com |
Help Page URL | http://support.kudosnow.com/home |
Supported Languages | 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\/" ] } |