Cloud Skills Academy
This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.
Cloud Skills Academy란 무엇입니까?
Cloud Skills Academy은(는) https://cloudskillsacademy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace."입니다.
확장 프로그램 스크린샷
Cloud Skills Academy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cloud Skills Academy is an e-learning resource that provides help pages, interactive demonstrations, tips and shortcuts on all topics in Google Workspace. This extension offers self-service access to the Cloud Skills Academy from any screen in Chrome. If you are using Google Workspace, you will be given a choice of help categories relevant to the application you are currently working in. Your organisation has made a decision to deploy Google Workspace Email, Docs or Sites. For a successful deployment you need to ensure: - That your employees are aware of Google Workspace's capabilities - They how to take advantage of all features and facilities - That your help-desk can handle any usage questions The Cloud Skills Academy addresses these key training and change management requirements with up-to-date e-learning resources, key topics for new users and a moderated support forum for Google Workspace end-users.
확장 프로그램 기본 정보
이름 | Cloud Skills Academy |
ID | jlalebjldjpjdpflobojnbnddoafmgdo |
공식 URL | https://chromewebstore.google.com/detail/cloud-skills-academy/jlalebjldjpjdpflobojnbnddoafmgdo |
설명 | This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace. |
파일 크기 | 30.95 KB |
설치 횟수 | 12,312 |
현재 버전 | 1.3.12 |
최근 업데이트 | 2022-07-19 |
출시 날짜 | 2018-08-31 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | https://cloudskillsacademy.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://cloudskillsacademy.com/ |
도움말 페이지 URL | https://support.ancoris.com |
개인정보 보호 정책 페이지 URL | https://www.ancoris.com/privacy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.12", "short_name": "CSA", "name": "Cloud Skills Academy", "description": "This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.", "author": "Ancoris (www.ancoris.com)", "permissions": [ "tabs", "webNavigation", "storage", "*:\/\/*.google.com\/*", "*:\/\/*.googleapis.com\/*", "*:\/\/*.cloudskillsacademy.com\/*", "*:\/\/cloudskillsacademy.com\/*", "*:\/\/*.cloudskillsacademy.net\/*", "*:\/\/cloudskillsacademy.net\/*", "https:\/\/cloud-skills-academy.appspot.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/cloud-skills-academy.appspot.com; object-src 'self'", "background": { "scripts": [ "csa.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/cloudskillsacademy.com", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOa\/8tObDaLTWAjz17aU8uf+3nR3ZrV\/b9JPOlyD0EPgjDUiVaq69X1+f4SqUawC7INmJsloG7yojkfr+U4WJAeN9vpkrR0Dheu0AU0AZ2WbTwG0aMWE9ttLiieJOsLAyBMmkasB+KWfcAuc3hiF5hnNZ0W6obh0PFpv4truciTwIDAQAB" } |