Ariba DocumentID Webjumper
Easily jump to an existing document on the current realm by the document's ID
Wat is Ariba DocumentID Webjumper?
Ariba DocumentID Webjumper is een Chrome-extensie ontwikkeld door Renars Rozitis, en de belangrijkste functie is "Easily jump to an existing document on the current realm by the document's ID".
Extensie Screenshots
Download het CRX-bestand van de extensie Ariba DocumentID Webjumper
Download Ariba DocumentID Webjumper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ariba DocumentID Webjumper |
ID | eghombnfenehkcdegnkkgmngajnibhjd |
Officiële URL | https://chromewebstore.google.com/detail/ariba-documentid-webjumpe/eghombnfenehkcdegnkkgmngajnibhjd |
Beschrijving | Easily jump to an existing document on the current realm by the document's ID |
Bestandsgrootte | 6.71 KB |
Aantal Installaties | 68 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-10-16 |
Publicatiedatum | 2019-10-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Renars Rozitis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |