SAP transBin
Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number
Cos'è SAP transBin?
SAP transBin è un'estensione di Chrome sviluppata da Sunil B N, e la sua funzione principale è "Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SAP transBin
Scarica i file di estensione SAP transBin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SAP transBin |
ID | igpeehljkdmoihjlidnpiifnbegimfdo |
URL Ufficiale | https://chromewebstore.google.com/detail/sap-transbin/igpeehljkdmoihjlidnpiifnbegimfdo |
Descrizione | Allows to search SAP Notes, Internal Incidents, SAP transactions.Search Notes with text/note number |
Dimensione del File | 741 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.729 |
Ultimo Aggiornamento | 2015-09-14 |
Data di Pubblicazione | 2015-09-14 |
Sviluppatore | Sunil B N |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |