Culture Cloud

Recognize great work anywhere

Culture Cloud क्या है?

Culture Cloud https://www.octanner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Recognize great work anywhere"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Culture Cloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
}