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