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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}