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