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によって開発されたChromeの拡張機能で、その主な機能は「Quickly launch SAP Support to view or search for notes」です。

拡張機能のスクリーンショット

screenshot
screenshot

SAP Support Note QuickLaunch拡張機能のCRXファイルをダウンロード

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