Digital Acceleration Solution (DAS)

This extension is designed to be used with Baton Simulations's Digital Acceleration Solution (DAS).

什么是Digital Acceleration Solution (DAS)?

Digital Acceleration Solution (DAS)是由erpsim.baton开发的Chrome扩展程序,该扩展的主要功能是“This extension is designed to be used with Baton Simulations's Digital Acceleration Solution (DAS).”。

扩展截图

screenshot
screenshot
screenshot

下载Digital Acceleration Solution (DAS)扩展crx文件

下载Digital Acceleration Solution (DAS)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        DAS REVOLUTIONIZES ENTERPRISE SOFTWARE BY EMPOWERING USERS TO SUPPORT AND INITIATE CHANGE

DAS also enables leaders to normalize rapid change by aiding in the successful implementation and roll-out of enterprise applications.

DAS is a family of capabilities that work together to provide in-application training, guidance, and support through content and collaboration. Users see an entire end-to-end process, so they understand their role and that of the application in the organization’s success.

BENEFITS:

CREATE UNDERSTANDING OF BUSINESS PROCESSES
DAS helps people see beyond silos and grasp the impact of their own and others’ actions up- and downstream.
 
FOSTER CONVERSATIONS BETWEEN TEAMS AND ACROSS FUNCTIONS
DAS’ collaboration capabilities encourage people to develop and share knowledge, boosting collective understanding of business processes and the application.
 
EMPOWER PEOPLE TO SUPPORT AND INITIATE CHANGE
You need people on the ground, across the organization, to be aligned with the change that enterprise applications enable. DAS gives people tools to share information up- and downstream, helping identify areas for process improvement.
 
ACCELERATE ADOPTION AND REDUCE FRICTION TO OPTIMIZE ROI
DAS gives people contextual help within your application’s interface, helping them learn as they perform their daily work. If you’ve already implemented enterprise software with lackluster results, DAS revolutionizes the user experience to boost both short-term engagement and long-term adoption.

FEATURES:


1) CONTENT AUTHORING
 
DAS GUIDERS
Quickly add rich contextual help for users.
 
DAS GUIDED LEARNING
Assemble guiders into tutorials and courses with exams
 
DAS USAGE ANALYTICS
See which content and features are being used, by whom, and how often.


2) PERFORMANCE SUPPORT
 
DAS  LANGUAGE LOCALIZER
Manage translations in any language with an in-app repository.
 
DAS NOTIFICATIONS
Get system state notifications and alerts that trigger guiders.
 
DAS FAQ
Answers to common questions that integrate with guiders, tutorials and notifications.
 
DAS INTELLIGENT ASSIST
Use speech recognition and natural language processing.
 
DAS FIORI MAGIC
Improve usability of Fiori apps by hiding or highlighting fields and pre-populating data.
 
DAS TEXT-TO-SPEECH
Read any text.


3) BUSINESS PROCESS AIDS
 
DAS PROCESS & IOT VIEWER
See an interactive overview of the organization’s processes, roles, and assets.
 
DAS AUDIT TRAILS
Capture proof of transaction execution, with Blockchain option.
 
DAS ORGANIZATION BOARD
Access unstructured data or corporate and project websites.


4) COLLABORATION
 
DAS COLLABORATION & SUPPORT
Collaborate using built-int text, voice, video and screen sharing.
 
DAS STICKY NOTES
Add and share electronic sticky notes in the app itself.


HOW IT WORKS:

Though DAS is often used with SAP Fiori for S/4HANA, it is designed for use with any web-based enterprise application to accelerate adoption and enhance learning.

Activate any or all of DAS’ capabilities, tailoring DAS to your needs.

Easily create and integrate learning content like tutorials and exams, and in-app content for performance support, business process, and collaboration.

Integrate DAS seamlessly in your software’s interface, improving usability.

Empower users to learn during their daily work, boosting productivity.

If localization of enterprise software is your priority, DAS Language Localizer is available as a standalone product.
Ready to wow users and smooth the road to success?                    

扩展基本信息

名称 Digital Acceleration Solution (DAS) Digital Acceleration Solution (DAS)
ID oimdkjdedcmedjpopgnlcnpdjnbfpedd
官方URL https://chromewebstore.google.com/detail/digital-acceleration-solu/oimdkjdedcmedjpopgnlcnpdjnbfpedd
简介 This extension is designed to be used with Baton Simulations's Digital Acceleration Solution (DAS).
文件大小 47.99 KB
安装次数 69
当前版本 2109.1
更新时间 2021-09-22
上架时间 2020-06-23
评分 5.00/5 共2次评分
开发者 erpsim.baton
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digital Acceleration Solution (DAS)",
    "author": "Baton Simulations Inc.",
    "version": "2109.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension is designed to be used with Baton Simulations's Digital Acceleration Solution (DAS).",
    "homepage_url": "http:\/\/www.batonsimulations.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "baton.png"
    },
    "browser_action": {
        "default_icon": "baton_small.png",
        "default_title": "Enable Digital Acceleration Solution (DAS)"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "baton.png"
    ]
}