SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
什麼是SAP Support Note QuickLaunch?
SAP Support Note QuickLaunch是由https://mitchbarry.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly launch SAP Support to view or search for notes”。
擴展截圖
下載SAP Support Note QuickLaunch擴展crx文件
下載SAP Support Note QuickLaunch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | SAP Support Note QuickLaunch |
ID | coihbaakfmcepaofjibgkalgpjpbjnnm |
官方網址 | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm |
簡介 | Quickly launch SAP Support to view or search for notes |
檔案大小 | 11.79 KB |
安裝次數 | 282 |
目前版本 | 1.0.0.0 |
更新時間 | 2014-11-18 |
上架時間 | 2014-11-18 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://mitchbarry.com |
付費類型 | free |
擴展官網 | http://mitchbarry.com |
說明頁面URL | https://github.com/mitch-b/sap-note-chrome-extension |
支援的語言 | 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" } } |