SAP Enable Now

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

What is SAP Enable Now?

SAP Enable Now is a Chrome extension developed by SAP SE, and its main feature is "Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now".

Extension Screenshots

screenshot

Download SAP Enable Now Extension CRX File

Download SAP Enable Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SAP Enable Now SAP Enable Now
ID jogelmoponemckfdedmcjangimcpbnoo
Official URL https://chrome.google.com/webstore/detail/sap-enable-now/jogelmoponemckfdedmcjangimcpbnoo
Description Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now
File Size 19.39 KB
Installation Count 50,000
Current Version 1.0.0.10
Last Updated 2021-06-09
Publish Date 2019-11-06
Rating 5.00/5 Total 6 Ratings
Developer SAP SE
Email [email protected]
Payment Type free
Extension Website https://www.sap.com/products/enable-now.html
Help Page URL https://launchpad.support.sap.com/#/incident/solution
Privacy Policy Page URL https://www.sap.com/corporate/en/legal/privacy.html
Supported Languages 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"
    ]
}