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.

什麼是VisualSP Training for Microsoft 365?

VisualSP Training for Microsoft 365是由https://www.visualsp.com開發的Chrome擴展程式,該擴展的主要功能是“Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載VisualSP Training for Microsoft 365擴展crx文件

下載VisualSP Training for Microsoft 365擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 VisualSP Training for Microsoft 365 VisualSP Training for Microsoft 365
ID ohdihpdgfenligmhnmldmiabdhflokkh
官方網址 https://chromewebstore.google.com/detail/visualsp-training-for-mic/ohdihpdgfenligmhnmldmiabdhflokkh
簡介 Get the most from your Microsoft 365 subscription. The help you need, where you need it, when you need it.
檔案大小 912 KB
安裝次數 70,000
目前版本 2.0.113
更新時間 2024-02-20
上架時間 2019-10-21
評分 3.83/5 共 18 次評分
開發者 https://www.visualsp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.visualsp.com/products/visualsp-office365/
說明頁面URL https://support.visualsp.com/
隱私政策頁面URL https://www.visualsp.com/company/privacy-policy
支援的語言 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
        }
    ]
}