SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
SAP Support Note QuickLaunch là gì?
SAP Support Note QuickLaunch là một tiện ích mở rộng Chrome được phát triển bởi https://mitchbarry.com, và tính năng chính của nó là "Quickly launch SAP Support to view or search for notes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SAP Support Note QuickLaunch
Tải xuống các tệp mở rộng SAP Support Note QuickLaunch 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
Quickly view and search for notes on SAP's support site. This extension is not built, maintained, or supported by SAP. Rather, this is an open-source option maintained by the community, and published when requested. You can search with a specific note number, or given a search term. You will be prompted for an SID after your search begins. You can save your credentials in Chrome to prevent continuous authentication prompts. GitHub: https://github.com/mitch-b/sap-note-chrome-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SAP Support Note QuickLaunch |
ID | coihbaakfmcepaofjibgkalgpjpbjnnm |
URL Chính Thức | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm |
Mô tả | Quickly launch SAP Support to view or search for notes |
Kích Thước Tệp | 11.79 KB |
Số Lần Cài Đặt | 282 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2014-11-18 |
Ngày Phát Hành | 2014-11-18 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://mitchbarry.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mitchbarry.com |
URL Trang Trợ Giúp | https://github.com/mitch-b/sap-note-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP Support Note QuickLaunch", "author": "Mitchell Barry", "version": "1.0.0.0", "description": "Quickly launch SAP Support to view or search for notes", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [], "browser_action": { "default_icon": "assets\/icon_128.png", "default_title": "SAP Note QuickLaunch", "default_popup": "popup.html" } } |