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 هو إضافة Chrome تم تطويرها بواسطة https://www.visualsp.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة VisualSP Training for Microsoft 365

قم بتنزيل ملفات الامتداد VisualSP Training for Microsoft 365 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.visualsp.com/products/visualsp-office365/
عنوان صفحة المساعدة https://support.visualsp.com/
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}