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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    ]
}