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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open SAP Notes from OSS directly in a new tab by just entering the note number."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SAP Note Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}