Ariba DocumentID Webjumper

Easily jump to an existing document on the current realm by the document's ID

¿Qué es Ariba DocumentID Webjumper?

Ariba DocumentID Webjumper es una extensión de Chrome desarrollada por Renars Rozitis, y su función principal es "Easily jump to an existing document on the current realm by the document's ID".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Ariba DocumentID Webjumper

Descarga archivos de extensión Ariba DocumentID Webjumper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Extension enables you to make use of the webjumpers to quickly jump to a document on your SAP Ariba customer realm. Usage in two ways:

1. Click the extension icon and enter the document id
2. Use the browser address bar (omnibox) keyword "docid" (type "docid" followed by Space or Tab to trigger the extension, then simply enter the document id in the address bar)

The extension will work only if the current tab is on an SAP Ariba Operational Sourcing or Strategic Sourcing realm and will attempt to jump to the document within the same tab (i.e. tab will be reloaded and taken to the document).

If the document does not exist, you will land back on your dashboard.                    

Información Básica de la Extensión

Nombre Ariba DocumentID Webjumper Ariba DocumentID Webjumper
ID eghombnfenehkcdegnkkgmngajnibhjd
URL Oficial https://chromewebstore.google.com/detail/ariba-documentid-webjumpe/eghombnfenehkcdegnkkgmngajnibhjd
Descripción Easily jump to an existing document on the current realm by the document's ID
Tamaño del Archivo 6.71 KB
Cantidad de Instalaciones 68
Versión Actual 1.2
Última Actualización 2019-10-16
Fecha de Publicación 2019-10-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Renars Rozitis
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ariba DocumentID Webjumper",
    "short_name": "jumpToDocumentId",
    "author": "Renars Rozitis",
    "version": "1.2",
    "description": "Easily jump to an existing document on the current realm by the document's ID",
    "icons": {
        "128": "document.png",
        "64": "document.png",
        "48": "document.png",
        "32": "document.png",
        "24": "document.png",
        "16": "document.png"
    },
    "background": {
        "persisten": false,
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "document.png"
        },
        "default_title": "Ariba DocumentID Webjumper"
    },
    "omnibox": {
        "keyword": "docid"
    }
}