Culture Cloud
Recognize great work anywhere
¿Qué es Culture Cloud?
Culture Cloud es una extensión de Chrome desarrollada por https://www.octanner.com, y su función principal es "Recognize great work anywhere".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Culture Cloud
Descarga archivos de extensión Culture Cloud en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Culture Cloud |
ID | bmebokbfolangbgkdodkfcblkdcdkpgo |
URL Oficial | https://chromewebstore.google.com/detail/culture-cloud/bmebokbfolangbgkdodkfcblkdcdkpgo |
Descripción | Recognize great work anywhere |
Tamaño del Archivo | 361 KB |
Cantidad de Instalaciones | 13,688 |
Versión Actual | 1.4 |
Última Actualización | 2020-09-30 |
Fecha de Publicación | 2020-05-13 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.octanner.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.octanner.com/in/products/recognition.html |
URL de la Página de Ayuda | https://www.octanner.com/in/customer-support/contact-customer-service-form.html |
URL de la Página de Política de Privacidad | https://privacy.octanner.com/toc_en_US.html |
Idiomas Soportados | 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" } |