SAP Note Finder - Launchpad Edition
SAP Notes Finder - Launchpad Edition
SAP Note Finder - Launchpad Edition là gì?
SAP Note Finder - Launchpad Edition là một tiện ích mở rộng Chrome được phát triển bởi jwo, và tính năng chính của nó là "SAP Notes Finder - Launchpad Edition".
Tải xuống tệp CRX của tiện ích mở rộng SAP Note Finder - Launchpad Edition
Tải xuống các tệp mở rộng SAP Note Finder - Launchpad Edition 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmeilffaafkfoafonmnfmfdkblpkjood |
URL Chính Thức | https://chrome.google.com/webstore/detail/sap-note-finder-launchpad/bmeilffaafkfoafonmnfmfdkblpkjood |
Mô tả | SAP Notes Finder - Launchpad Edition |
Kích Thước Tệp | 14.91 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2017-11-06 |
Ngày Phát Hành | 2017-11-06 |
Nhà Phát Triển | jwo |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |