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
Eメール [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"
    ]
}