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.

Co to jest VisualSP Training for Microsoft 365?

VisualSP Training for Microsoft 365 to rozszerzenie Chrome opracowane przez https://www.visualsp.com, a jego główną funkcją jest „Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VisualSP Training for Microsoft 365

Pobierz pliki rozszerzeń VisualSP Training for Microsoft 365 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa VisualSP Training for Microsoft 365 VisualSP Training for Microsoft 365
ID ohdihpdgfenligmhnmldmiabdhflokkh
Oficjalny URL https://chromewebstore.google.com/detail/visualsp-training-for-mic/ohdihpdgfenligmhnmldmiabdhflokkh
Opis Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.
Rozmiar pliku 912 KB
Liczba instalacji 70,000
Aktualna Wersja 2.0.113
Ostatnia Aktualizacja 2024-02-20
Data Publikacji 2019-10-21
Ocena 3.83/5 Łącznie 18 Oceny
Deweloper https://www.visualsp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.visualsp.com/products/visualsp-office365/
Adres URL Strony Pomocy https://support.visualsp.com/
Adres URL Strony Polityki Prywatności https://www.visualsp.com/company/privacy-policy
Obsługiwane Języki 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
        }
    ]
}