SAP Enable Now

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

Qu'est-ce que SAP Enable Now ?

SAP Enable Now est une extension Chrome développée par SAP SE, et sa fonction principale est "Extension to allow desktop assistant playback in Google Chrome by using SAP Enable Now".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SAP Enable Now

Téléchargez les fichiers d'extension SAP Enable Now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SAP Enable Now SAP Enable Now
ID jogelmoponemckfdedmcjangimcpbnoo
URL Officiel 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
Taille du Fichier 19.39 KB
Nombre d'Installations 50,000
Version Actuelle 1.0.0.10
Dernière Mise à Jour 2021-06-09
Date de Publication 2019-11-06
Évaluation 5.00/5 Total 6 Évaluations
Développeur SAP SE
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.sap.com/products/enable-now.html
URL de la Page d'Aide https://launchpad.support.sap.com/#/incident/solution
URL de la Page de Politique de Confidentialité https://www.sap.com/corporate/en/legal/privacy.html
Langues Prises en Charge 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"
    ]
}