Ariba DocumentID Webjumper

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

Ariba DocumentID Webjumperとは何ですか?

Ariba DocumentID WebjumperはRenars Rozitisによって開発されたChromeの拡張機能で、その主な機能は「Easily jump to an existing document on the current realm by the document's ID」です。

拡張機能のスクリーンショット

Ariba DocumentID Webjumper拡張機能のCRXファイルをダウンロード

Ariba DocumentID Webjumper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Ariba DocumentID Webjumper Ariba DocumentID Webjumper
ID eghombnfenehkcdegnkkgmngajnibhjd
公式URL https://chromewebstore.google.com/detail/ariba-documentid-webjumpe/eghombnfenehkcdegnkkgmngajnibhjd
説明 Easily jump to an existing document on the current realm by the document's ID
ファイルサイズ 6.71 KB
インストール数 68
現在のバージョン 1.2
最終更新日 2019-10-16
公開日 2019-10-16
評価 5.00/5 合計 1 レビュー
開発者 Renars Rozitis
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}