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
公式URL 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
Eメール [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
        }
    ]
}