SAP SuccessFactors Only: Display Full Name
Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance
Cos'è SAP SuccessFactors Only: Display Full Name?
SAP SuccessFactors Only: Display Full Name è un'estensione di Chrome sviluppata da sapsuccessfactors2017, e la sua funzione principale è "Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SAP SuccessFactors Only: Display Full Name
Scarica i file di estensione SAP SuccessFactors Only: Display Full Name 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
Support SAP GitHub show display name both for SAP I-numbers and SFSF legacy SVN users.
Informazioni di Base sull'Estensione
Nome | |
ID | kgccgaopbjjbojicdeeekbpoakaibehf |
URL Ufficiale | https://chrome.google.com/webstore/detail/sap-successfactors-only-d/kgccgaopbjjbojicdeeekbpoakaibehf |
Descrizione | Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance |
Dimensione del File | 182 KB |
Conteggio Installazioni | 153 |
Versione Corrente | 0.3.9.1 |
Ultimo Aggiornamento | 2017-07-13 |
Data di Pubblicazione | 2017-07-13 |
Sviluppatore | sapsuccessfactors2017 |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SAP SuccessFactors Only: Display Full Name", "description": "Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance", "version": "0.3.9.1", "manifest_version": 2, "content_scripts": [ { "js": [ "index.bundle.js" ], "matches": [ "https:\/\/github.wdf.sap.corp\/*", "https:\/\/huboard.mo.sap.corp\/*" ], "exclude_matches": [ "https:\/\/github.wdf.sap.corp\/pages*" ] } ], "permissions": [ "storage", "https:\/\/git-master.mo.sap.corp\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |