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
官方網址 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
電子郵箱 [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"
    }
}