Culture Cloud
Recognize great work anywhere
Culture Cloudคืออะไร?
Culture Cloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.octanner.com และคุณลักษณะหลักของมันคือ "Recognize great work anywhere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Culture Cloud
ดาวน์โหลดไฟล์ส่วนขยาย Culture Cloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whether it’s celebrating personal victories or team wins, Culture Cloud allows you to send recognition at your fingertips. You can select an award value and level and add a personal message. The Extension enables you to send eCards and/or nominations and give points from the app you use every day. After receiving recognition, you get points to redeem great awards in your recognition program. Recognition sent using the Extension will look the same as recognition sent from the Culture Cloud website, and it will be recorded in Reports. Users of the Chrome Extension must have permission to send recognition from the Culture Cloud program. Only recipients who have permission to receive recognition will be visible recipients in the Chrome Extension. Recognizing great work is the key to a thriving workplace culture. Create a culture people love.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Culture Cloud |
ID | bmebokbfolangbgkdodkfcblkdcdkpgo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/culture-cloud/bmebokbfolangbgkdodkfcblkdcdkpgo |
คำอธิบาย | Recognize great work anywhere |
ขนาดไฟล์ | 361 KB |
จำนวนการติดตั้ง | 13,688 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2020-09-30 |
วันที่เผยแพร่ | 2020-05-13 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.octanner.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.octanner.com/in/products/recognition.html |
URL หน้าช่วยเหลือ | https://www.octanner.com/in/customer-support/contact-customer-service-form.html |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.octanner.com/toc_en_US.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Culture Cloud", "short_name": "Culture Cloud", "description": "Recognize great work anywhere", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/vision.appreciatehub.com\/ui\/recognitionchrome\/", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |