SAP Support Note QuickLaunch
Quickly launch SAP Support to view or search for notes
Qu'est-ce que SAP Support Note QuickLaunch ?
SAP Support Note QuickLaunch est une extension Chrome développée par https://mitchbarry.com, et sa fonction principale est "Quickly launch SAP Support to view or search for notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SAP Support Note QuickLaunch
Téléchargez les fichiers d'extension SAP Support Note QuickLaunch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SAP Support Note QuickLaunch |
ID | coihbaakfmcepaofjibgkalgpjpbjnnm |
URL Officiel | https://chromewebstore.google.com/detail/sap-support-note-quicklau/coihbaakfmcepaofjibgkalgpjpbjnnm |
Description | Quickly launch SAP Support to view or search for notes |
Taille du Fichier | 11.79 KB |
Nombre d'Installations | 282 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2014-11-18 |
Date de Publication | 2014-11-18 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | https://mitchbarry.com |
Type de Paiement | free |
Site Web de l'Extension | http://mitchbarry.com |
URL de la Page d'Aide | https://github.com/mitch-b/sap-note-chrome-extension |
Langues Prises en Charge | 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" } } |