SAP Support Note QuickLaunch

Quickly launch SAP Support to view or search for notes

SAP Support Note QuickLaunchคืออะไร?

SAP Support Note QuickLaunch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mitchbarry.com และคุณลักษณะหลักของมันคือ "Quickly launch SAP Support to view or search for notes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Support Note QuickLaunch

ดาวน์โหลดไฟล์ส่วนขยาย SAP Support Note QuickLaunch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly view and search for notes on SAP's support site. This extension is not built, maintained, or supported by SAP. Rather, this is an open-source option maintained by the community, and published when requested.

You can search with a specific note number, or given a search term. 

You will be prompted for an SID after your search begins. You can save your credentials in Chrome to prevent continuous authentication prompts.

GitHub: https://github.com/mitch-b/sap-note-chrome-extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SAP Support Note QuickLaunch SAP Support Note QuickLaunch
ID coihbaakfmcepaofjibgkalgpjpbjnnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm
คำอธิบาย Quickly launch SAP Support to view or search for notes
ขนาดไฟล์ 11.79 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2014-11-18
วันที่เผยแพร่ 2014-11-18
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://mitchbarry.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mitchbarry.com
URL หน้าช่วยเหลือ https://github.com/mitch-b/sap-note-chrome-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Support Note QuickLaunch",
    "author": "Mitchell Barry",
    "version": "1.0.0.0",
    "description": "Quickly launch SAP Support to view or search for notes",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "assets\/icon_128.png",
        "default_title": "SAP Note QuickLaunch",
        "default_popup": "popup.html"
    }
}