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 là gì?

SAP Notes and Support là một tiện ích mở rộng Chrome được phát triển bởi Leo, và tính năng chính của nó là "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SAP Notes and Support

Tải xuống các tệp mở rộng SAP Notes and Support dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SAP Notes and Support SAP Notes and Support
ID nlbgnehakmlibpichhhicnifdidgegbo
URL Chính Thức https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo
Mô tả Allows you to search for SAP Notes and reach other sap support servicies just in one click
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 8,798
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-01-11
Ngày Phát Hành 2020-08-04
Đánh Giá 4.60/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Leo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}