Thanks

Simply Rewarding

Thanks란 무엇입니까?

Thanks은(는) https://thanks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply Rewarding"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Thanks platform a comprehensive rewards and recognition platform that allows a company to amplify the recognition culture having below core features:

1) Peer to peer non monetary appreciation focusing on organisational values
2) Automated long service anniversary celebrations
2) Workflow based reward nominations for instant, monthly, quarterly and annual awards
3) Budget control flexibility at people manager/Business unit level
4) MIS and analytics to monitor initiative success
5) Instant redemption in 35+ countries
5) Auto sync of user data from HRMS system(Addition of new employees, updation of information,  deletion for exit employees)
6) Multi language support across 100+ languages

The platform allows companies to set up their own rewards and trigger reward points to employees who in turn can redeem these reward points into instant electronic gift cards across 35+ countries.                    

확장 프로그램 기본 정보

이름 Thanks Thanks
ID ehdininjncmgfeeloankbimehkojjghn
공식 URL https://chromewebstore.google.com/detail/thanks/ehdininjncmgfeeloankbimehkojjghn
설명 Simply Rewarding
파일 크기 31.11 KB
설치 횟수 42
현재 버전 1.4.0
최근 업데이트 2021-01-30
출시 날짜 2019-10-09
평점 5.00/5 총 6 개의 평점
개발자 https://thanks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thanks.com
도움말 페이지 URL https://help.thanks.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thanks",
    "version": "1.4.0",
    "manifest_version": 2,
    "description": "Simply Rewarding",
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "cookies",
        "tabs",
        "https:\/\/*.thanks.com\/*"
    ],
    "browser_action": {
        "default_title": "Thanks",
        "default_icon": "assets\/thanks-128X128.png",
        "default_popup": ".\/views\/home.html"
    },
    "icons": {
        "16": "assets\/thanks-16X16.png",
        "32": "assets\/thanks-32X32.png",
        "48": "assets\/thanks-48X48.png",
        "64": "assets\/thanks-64X64.png",
        "128": "assets\/thanks-128X128.png"
    }
}