Culture Cloud

Recognize great work anywhere

Culture Cloud là gì?

Culture Cloud là một tiện ích mở rộng Chrome được phát triển bởi https://www.octanner.com, và tính năng chính của nó là "Recognize great work anywhere".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Culture Cloud

Tải xuống các tệp mở rộng Culture Cloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Culture Cloud Culture Cloud
ID bmebokbfolangbgkdodkfcblkdcdkpgo
URL Chính Thức https://chromewebstore.google.com/detail/culture-cloud/bmebokbfolangbgkdodkfcblkdcdkpgo
Mô tả Recognize great work anywhere
Kích Thước Tệp 361 KB
Số Lần Cài Đặt 13,688
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-09-30
Ngày Phát Hành 2020-05-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.octanner.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.octanner.com/in/products/recognition.html
URL Trang Trợ Giúp https://www.octanner.com/in/customer-support/contact-customer-service-form.html
URL Trang Chính Sách Bảo Mật https://privacy.octanner.com/toc_en_US.html
Ngôn Ngữ Được Hỗ Trợ 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"
}