Thanks

Simply Rewarding

Thanksคืออะไร?

Thanks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thanks.com และคุณลักษณะหลักของมันคือ "Simply Rewarding"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thanks

ดาวน์โหลดไฟล์ส่วนขยาย Thanks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}