SAP Any Search

Provides an easy way to search/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.

SAP Any Search là gì?

SAP Any Search là một tiện ích mở rộng Chrome được phát triển bởi rz10.de, và tính năng chính của nó là "Provides an easy way to search/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.".

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

screenshot

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

Tải xuống các tệp mở rộng SAP Any Search 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

                        SAP Any Search is the simple way for content related search of SAP topics. Select the search item or the SAP Note number in the text you actual read and choose one of the different search modes using the context menu of the google chrome extension (right click). Afterwards the result will be shown in a new browser tab.

Additionally, you can also download the SAP Note as a PDF file.

You can choose the following options:
 - SAP Note Search
 - SAP Note download
 - SAP SCN Search
 - SAP xSearch
 - rz10.de Search (since version 1.3)

Version History:

Version 1.3.2
Restrictive access to websites by new permissions.

Version 1.3.1
Minor bugfix with version  

Version 1.3:
New search option "Use rz10 search":
rz10.de is a German blog with many posts in SAP Basis and Security environment.

Multi-omnibox functionality:
Activate the omnibox with the keyword "search" or configure SAP Any Search 
as default search engine. Then choose one of the folowing options:
 - n [SAP Note number]: Opens the SAP Note
 - p [SAP Note number]: Download the SAP Note as PDF file
 - s [search item]: Search in SAP SCN
 - x [search item]: Search in SAP xSearch
 - r [search item]: Search in rz10.de
Example: search x Solution Manager                    

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

Tên SAP Any Search SAP Any Search
ID mgmdfdfbefjjlclpkeoljigohdofnaki
URL Chính Thức https://chromewebstore.google.com/detail/sap-any-search/mgmdfdfbefjjlclpkeoljigohdofnaki
Mô tả Provides an easy way to search/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.
Kích Thước Tệp 7.31 KB
Số Lần Cài Đặt 477
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2014-05-14
Ngày Phát Hành 2014-05-14
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển rz10.de
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SAP Any Search",
    "version": "1.3.2",
    "description": "Provides an easy way to search\/download SAP Notes, use SAP xSearch, SAP SCN Search and rz10 search.",
    "omnibox": {
        "keyword": "search"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "scripts": [
            "functions.js"
        ]
    },
    "homepage_url": "http:\/\/www.rz10.de\/",
    "permissions": [
        "tabs",
        "https:\/\/service.sap.com\/*",
        "https:\/\/*.sap-ag.com\/*",
        "https:\/\/*.sap-ag.de\/*",
        "*:\/\/www.rz10.de\/*",
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "SAP Any Search",
        "default_popup": "popup.html"
    }
}