SAP Note Redirector

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

什麼是SAP Note Redirector?

SAP Note Redirector是由Tobias Abb開發的Chrome擴展程式,該擴展的主要功能是“Open SAP Notes from OSS directly in a new tab by just entering the note number.”。

下載SAP Note Redirector擴展crx文件

下載SAP Note Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SAP Note Redirector SAP Note Redirector
ID ffflkifjmkebgaphpdkngpgmhopakhik
官方網址 https://chrome.google.com/webstore/detail/sap-note-redirector/ffflkifjmkebgaphpdkngpgmhopakhik
簡介 Open SAP Notes from OSS directly in a new tab by just entering the note number.
檔案大小 13.4 KB
安裝次數 69
目前版本 0.3
更新時間 2017-06-19
上架時間 2017-06-19
評分 5.00/5 共 1 次評分
開發者 Tobias Abb
付費類型 free
支援的語言 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"
    ]
}