SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

SAP Note Finder - Launchpad Editionคืออะไร?

SAP Note Finder - Launchpad Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jwo และคุณลักษณะหลักของมันคือ "SAP Notes Finder - Launchpad Edition"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAP Note Finder - Launchpad Edition

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

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

                        With this extension one can easily search and open SAP Notes within the SAP One Support Launchpad.

Credits go to SAP notes finder app by huangli. This version is updated to work with Launchpad URLs.                    

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

ชื่อ SAP Note Finder - Launchpad Edition SAP Note Finder - Launchpad Edition
ID bmeilffaafkfoafonmnfmfdkblpkjood
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood
คำอธิบาย SAP Notes Finder - Launchpad Edition
ขนาดไฟล์ 14.91 KB
จำนวนการติดตั้ง 172
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2017-11-06
วันที่เผยแพร่ 2017-11-06
ผู้พัฒนา jwo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAP Note Finder - Launchpad Edition",
    "manifest_version": 2,
    "version": "2",
    "description": "SAP Notes Finder - Launchpad Edition",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png"
    }
}