SAP Notes and Support
Allows you to search for SAP Notes and reach other sap support servicies just in one click
SAP Notes and Support क्या है?
SAP Notes and Support Leo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to search for SAP Notes and reach other sap support servicies just in one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SAP Notes and Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ver. 2.0.1 - Completely redesigned and redone - Updated to the new SAP One Support Launchpad functionality - Added search history function This simple extension provides you quick access to main functions of SAP Support Portal. The main purpose is to search for SAP Notes by entering the search term or Note number. It is allowed to open SAP note by using context menu on selected note number in text on web page.
एक्सटेंशन की मूल जानकारी
नाम | SAP Notes and Support |
ID | nlbgnehakmlibpichhhicnifdidgegbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/sap-notes-and-support/nlbgnehakmlibpichhhicnifdidgegbo |
विवरण | Allows you to search for SAP Notes and reach other sap support servicies just in one click |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 8,798 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2021-01-11 |
प्रकाशन तिथि | 2020-08-04 |
रेटिंग | 4.60/5 कुल 25 रेटिंग्स |
डेवलपर | Leo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/sap_32.png", "default_popup": "popup.html" }, "description": "Allows you to search for SAP Notes and reach other sap support servicies just in one click", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "SAP Notes and Support", "permissions": [ "contextMenus", "storage" ], "short_name": "SAP Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |