Ariba DocumentID Webjumper
Easily jump to an existing document on the current realm by the document's ID
Ariba DocumentID Webjumper là gì?
Ariba DocumentID Webjumper là một tiện ích mở rộng Chrome được phát triển bởi Renars Rozitis, và tính năng chính của nó là "Easily jump to an existing document on the current realm by the document's ID".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ariba DocumentID Webjumper
Tải xuống các tệp mở rộng Ariba DocumentID Webjumper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ariba DocumentID Webjumper |
ID | eghombnfenehkcdegnkkgmngajnibhjd |
URL Chính Thức | https://chromewebstore.google.com/detail/ariba-documentid-webjumpe/eghombnfenehkcdegnkkgmngajnibhjd |
Mô tả | Easily jump to an existing document on the current realm by the document's ID |
Kích Thước Tệp | 6.71 KB |
Số Lần Cài Đặt | 68 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-10-16 |
Ngày Phát Hành | 2019-10-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Renars Rozitis |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |