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 هو إضافة Chrome تم تطويرها بواسطة Leo، والميزة الرئيسية لها هي "Allows you to search for SAP Notes and reach other sap support servicies just in one click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة SAP Notes and Support

قم بتنزيل ملفات الامتداد SAP Notes and Support بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
}