SAP Enable Now

Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now

什么是SAP Enable Now?

SAP Enable Now是由SAP SE开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now”。

扩展截图

screenshot

下载SAP Enable Now扩展crx文件

下载SAP Enable Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        By using this extension, SAP Enable Now Desktop Assistant learning content created with the SAP Enable Now Producer can be played back in Google Chrome.

This extension supports SAP Enable Now versions older than 2005.
For newer SAP Enable Now versions, please use this extension: https://chrome.google.com/webstore/detail/enablement-assistant/jbebkmmlkhioeagiekpopmeecaepaihd                    

扩展基本信息

名称 SAP Enable Now SAP Enable Now
ID jogelmoponemckfdedmcjangimcpbnoo
官方URL https://chrome.google.com/webstore/detail/sap-enable-now/jogelmoponemckfdedmcjangimcpbnoo
简介 Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now
文件大小 19.39 KB
安装次数 50,000
当前版本 1.0.0.10
更新时间 2021-06-09
上架时间 2019-11-06
评分 5.00/5 共6次评分
开发者 SAP SE
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.sap.com/products/enable-now.html
帮助页面URL https://launchpad.support.sap.com/#/incident/solution
隐私政策页面URL https://www.sap.com/corporate/en/legal/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Enable Now",
    "version": "1.0.0.10",
    "description": "Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "chrome_icon_16.png",
        "48": "chrome_icon_48.png",
        "128": "chrome_icon_128.png"
    },
    "permissions": [
        "webNavigation",
        "nativeMessaging",
        "",
        "tabs",
        "activeTab"
    ]
}