SAP Support Note QuickLaunch

Quickly launch SAP Support to view or search for notes

SAP Support Note QuickLaunch क्या है?

SAP Support Note QuickLaunch https://mitchbarry.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly launch SAP Support to view or search for notes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        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"
    }
}