Culture Cloud

Recognize great work anywhere

什麼是Culture Cloud?

Culture Cloud是由https://www.octanner.com開發的Chrome擴展程式,該擴展的主要功能是“Recognize great work anywhere”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Culture Cloud擴展crx文件

下載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 Culture Cloud
ID bmebokbfolangbgkdodkfcblkdcdkpgo
官方網址 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"
}