Kudos Extension

Extension to send Kudos

Kudos Extension란 무엇입니까?

Kudos Extension은(는) Kudos Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to send Kudos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kudos Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Kudos Extension Kudos Extension
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\/"
    ]
}