Culture Cloud
Recognize great work anywhere
Culture Cloud란 무엇입니까?
Culture Cloud은(는) https://www.octanner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recognize great work anywhere"입니다.
확장 프로그램 스크린샷
Culture Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |