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
官方網址 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"
    ]
}