SAP Enable Now

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

SAP Enable Now là gì?

SAP Enable Now là một tiện ích mở rộng Chrome được phát triển bởi SAP SE, và tính năng chính của nó là "Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SAP Enable Now

Tải xuống các tệp mở rộng SAP Enable Now dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SAP Enable Now SAP Enable Now
ID jogelmoponemckfdedmcjangimcpbnoo
URL Chính Thức https://chrome.google.com/webstore/detail/sap-enable-now/jogelmoponemckfdedmcjangimcpbnoo
Mô tả Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now
Kích Thước Tệp 19.39 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.0.0.10
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2019-11-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển SAP SE
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sap.com/products/enable-now.html
URL Trang Trợ Giúp https://launchpad.support.sap.com/#/incident/solution
URL Trang Chính Sách Bảo Mật https://www.sap.com/corporate/en/legal/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}