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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}