SAP Note Finder - Launchpad Edition

SAP Notes Finder - Launchpad Edition

SAP Note Finder - Launchpad Editionとは何ですか?

SAP Note Finder - Launchpad Editionはjwoによって開発されたChromeの拡張機能で、その主な機能は「SAP Notes Finder - Launchpad Edition」です。

SAP Note Finder - Launchpad Edition拡張機能のCRXファイルをダウンロード

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