SAP SuccessFactors Only: Display Full Name
Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance
Wat is SAP SuccessFactors Only: Display Full Name?
SAP SuccessFactors Only: Display Full Name is een Chrome-extensie ontwikkeld door sapsuccessfactors2017, en de belangrijkste functie is "Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance".
Extensie Screenshots
Download het CRX-bestand van de extensie SAP SuccessFactors Only: Display Full Name
Download SAP SuccessFactors Only: Display Full Name-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Support SAP GitHub show display name both for SAP I-numbers and SFSF legacy SVN users.
Basisinformatie over de Extensie
Naam | |
ID | kgccgaopbjjbojicdeeekbpoakaibehf |
Officiële URL | https://chrome.google.com/webstore/detail/sap-successfactors-only-d/kgccgaopbjjbojicdeeekbpoakaibehf |
Beschrijving | Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance |
Bestandsgrootte | 182 KB |
Aantal Installaties | 153 |
Huidige Versie | 0.3.9.1 |
Laatst Bijgewerkt | 2017-07-13 |
Publicatiedatum | 2017-07-13 |
Ontwikkelaar | sapsuccessfactors2017 |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |