SAP transBin
Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number
Co to jest SAP transBin?
SAP transBin to rozszerzenie Chrome opracowane przez Sunil B N, a jego główną funkcją jest „Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SAP transBin
Pobierz pliki rozszerzeń SAP transBin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SAP transBin |
ID | igpeehljkdmoihjlidnpiifnbegimfdo |
Oficjalny URL | https://chromewebstore.google.com/detail/sap-transbin/igpeehljkdmoihjlidnpiifnbegimfdo |
Opis | Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number |
Rozmiar pliku | 741 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 0.729 |
Ostatnia Aktualizacja | 2015-09-14 |
Data Publikacji | 2015-09-14 |
Deweloper | Sunil B N |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |