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
官方網址 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"
    }
}