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 هو إضافة Chrome تم تطويرها بواسطة Tobias Abb، والميزة الرئيسية لها هي "Open SAP Notes from OSS directly in a new tab by just entering the note number.".

تحميل ملف CRX للإضافة SAP Note Redirector

قم بتنزيل ملفات الامتداد SAP Note Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}