SAP Note Redirector

Open SAP Notes from OSS directly in a new tab by just entering the note number.

SAP Note Redirector là gì?

SAP Note Redirector là một tiện ích mở rộng Chrome được phát triển bởi Tobias Abb, và tính năng chính của nó là "Open SAP Notes from OSS directly in a new tab by just entering the note number.".

Tải xuống tệp CRX của tiện ích mở rộng SAP Note Redirector

Tải xuống các tệp mở rộng SAP Note Redirector 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

                        Open SAP Notes from OSS directly in a new tab by just entering the note number instead of searching the note circumstantially on https://launchpad.support.sap.com/#/notes.

This Addon provides fast access to Notes from SAP OSS, it does not provide a text-based search!

This Addon is not provided by SAP and is not covered by official SAP support.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SAP Note Redirector SAP Note Redirector
ID ffflkifjmkebgaphpdkngpgmhopakhik
URL Chính Thức https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik
Mô tả Open SAP Notes from OSS directly in a new tab by just entering the note number.
Kích Thước Tệp 13.4 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-06-19
Ngày Phát Hành 2017-06-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tobias Abb
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": "SAP Note Redirector",
    "description": "Open SAP Notes from OSS directly in a new tab by just entering the note number.",
    "version": "0.3",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon_128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs"
    ]
}