SAP Notes and Support

Allows you to search for SAP Notes and reach other sap support servicies just in one click

什麼是SAP Notes and Support?

SAP Notes and Support是由Leo開發的Chrome擴展程式,該擴展的主要功能是“Allows you to search for SAP Notes and reach other sap support servicies just in one click”。

擴展截圖

screenshot
screenshot

下載SAP Notes and Support擴展crx文件

下載SAP Notes and Support擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ver. 2.0.1 
  - Completely redesigned and redone
  - Updated to the new SAP One Support Launchpad functionality
  - Added search history function

This simple extension provides you quick access to main functions of SAP Support Portal.  The main purpose is to search for SAP Notes by entering the search term or Note number.  It is allowed to open SAP note by using context menu on selected  note number in text on web page.                    

擴展基本資訊

名稱 SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
官方網址 https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
簡介 Allows you to search for SAP Notes and reach other sap support servicies just in one click
檔案大小 102 KB
安裝次數 8,798
目前版本 2.0.2
更新時間 2021-01-11
上架時間 2020-08-04
評分 4.60/5 共 25 次評分
開發者 Leo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sap_32.png",
        "default_popup": "popup.html"
    },
    "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "SAP Notes and Support",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "short_name": "SAP Notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}