Cloud Skills Academy

This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.

Hvad er Cloud Skills Academy?

Cloud Skills Academy er en Chrome-udvidelse udviklet af https://cloudskillsacademy.com, og dens hovedfunktion er "This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Cloud Skills Academy-udvidelses-CRX-fil

Download Cloud Skills Academy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cloud Skills Academy Cloud Skills Academy
ID jlalebjldjpjdpflobojnbnddoafmgdo
Officiel URL https://chromewebstore.google.com/detail/cloud-skills-academy/jlalebjldjpjdpflobojnbnddoafmgdo
Beskrivelse This extension provides access to the Cloud Skills Academy for context sensitive help within Google Workspace.
Filstørrelse 30.95 KB
Antal Installationer 12,312
Nuværende Version 1.3.12
Senest Opdateret 2022-07-19
Udgivelsesdato 2018-08-31
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler https://cloudskillsacademy.com
E-mail administrator@ancoristest.co.uk
Betalingsmetode free
Udvidelseswebsted http://cloudskillsacademy.com/
Hjælpeside-URL https://support.ancoris.com
URL til Fortrolighedspolitik Side https://www.ancoris.com/privacy
Understøttede Sprog 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"
}