VisualSP Training for Microsoft 365

Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.

Qu'est-ce que VisualSP Training for Microsoft 365 ?

VisualSP Training for Microsoft 365 est une extension Chrome développée par https://www.visualsp.com, et sa fonction principale est "Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VisualSP Training for Microsoft 365

Téléchargez les fichiers d'extension VisualSP Training for Microsoft 365 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Training for Microsoft 365 & Dynamics 365 

Get the most from your Microsoft Office 365 and Dynamics 365 subscription with VisualSP’s award-winning in-context support tool. Access interactive walkthroughs, how-to videos, step-by-step guides, and more. 

➤ Context-Sensitive Support 

VisualSP's in-context support displays relevant help content based on the page you're viewing, 	so you can find what you need quickly and easily 

➤ Available on ALL Office 365 Apps: 
 	- Outlook Online (Email, Calendar, People, and Tasks) 
 	- Word Online, Excel Online, PowerPoint Online, OneNote Online, Sway, Delve, Viva Engage, Microsoft Planner, and OneDrive 
 	- SharePoint Online  

 	- Office 365 Admin (including the Security and Compliance and the Admin Centers for: Exchange, 	SharePoint, and Skype for Business) 
 	- PowerApps and Flow for workflows and process automation 
 	- Power BI 

➤Available on ALL Dynamics 365 Apps: 

- Business Central 
- CRM 

➤ What’s included? 

~ Free 

Access to a subset of Office 365 & Dynamics 365 support content that includes: 

- Interactive walkthroughs 
- How-to-videos 
- Step-by-step guides 
- … and more 

~ Lite, Standard, Enterprise, & Platinum subscriptions for companies* 

- Content packs 
- Ability to create your own help items 
- Usage analytics reports and charts 
- In-app alerts and communications 
- Add your own help content (videos, documents, images, webpages, & interactive 		walkthroughs)	 
- ...and more 

*Features depend on the package option.  

Visit our pricing page to see options: https://www.visualsp.com/pricing/ 

Get access to all features with our free trial: https://www.visualsp.com/ 
 
➤ Why VisualSP? 

VisualSP customers learn software 3X faster 

Companies that use VisualSP have reduced support tickets by 50% (on average) 

VisualSP is the only Digital Adoption Platform (DAP) created by Microsoft experts                    

Informations de Base sur l'Extension

Nom VisualSP Training for Microsoft 365 VisualSP Training for Microsoft 365
ID ohdihpdgfenligmhnmldmiabdhflokkh
URL Officiel https://chromewebstore.google.com/detail/visualsp-training-for-mic/ohdihpdgfenligmhnmldmiabdhflokkh
Description Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.
Taille du Fichier 912 KB
Nombre d'Installations 70,000
Version Actuelle 2.0.113
Dernière Mise à Jour 2024-02-20
Date de Publication 2019-10-21
Évaluation 3.83/5 Total 18 Évaluations
Développeur https://www.visualsp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.visualsp.com/products/visualsp-office365/
URL de la Page d'Aide https://support.visualsp.com/
URL de la Page de Politique de Confidentialité https://www.visualsp.com/company/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VisualSP Training for Microsoft 365",
    "version": "2.0.113",
    "homepage_url": "http:\/\/www.visualsp.com",
    "description": "Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.",
    "author": "VisualSP",
    "icons": {
        "16": "images\/VisualSP_16x16.png",
        "32": "images\/VisualSP_32x32.png",
        "48": "images\/VisualSP_48x48.png",
        "128": "images\/VisualSP_128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "js\/*.js",
                "lib\/host\/js\/*.js",
                "lib\/host\/css\/*.css",
                "lib\/jquery\/*.js",
                "lib\/Hopscotch\/css\/*",
                "lib\/Hopscotch\/img\/*",
                "lib\/Hopscotch\/js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/visualsponline.azurewebsites.net\/*",
            "*:\/\/static.contextall.com\/*",
            "*:\/\/api.contextall.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src *; img-src *;"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/bootstrap.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}