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".
Снимки экрана расширения
Скачать файл CRX расширения SAP Notes and Support
Скачайте файлы расширений SAP Notes and Support в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |