SAP transBin
Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number
Что такое SAP transBin?
SAP transBin - это расширение Chrome, разработанное Sunil B N, и его основная функция - "Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number".
Снимки экрана расширения
Скачать файл CRX расширения SAP transBin
Скачайте файлы расширений SAP transBin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows to search SAP Notes, SAP internal and customer incidents and transactions. How to use? -Search notes using note number or description. -Search incidents using internal/external incident's number. -Search transactions using Report name or Transaction or any keyword associated with the transaction. New transactions are updated regularly. More content like list of SAP tables will be coming soon. Transaction Search Works offline
Основная информация о расширении
Название | SAP transBin |
ID | igpeehljkdmoihjlidnpiifnbegimfdo |
Официальный URL | https://chromewebstore.google.com/detail/sap-transbin/igpeehljkdmoihjlidnpiifnbegimfdo |
Описание | Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number |
Размер файла | 741 KB |
Количество установок | 50 |
Текущая Версия | 0.729 |
Последнее Обновление | 2015-09-14 |
Дата публикации | 2015-09-14 |
Разработчик | Sunil B N |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAP transBin", "description": "Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text\/note number", "version": "0.729", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" } } |