SAP SuccessFactors Only: Display Full Name
Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance
What is SAP SuccessFactors Only: Display Full Name?
SAP SuccessFactors Only: Display Full Name is a Chrome extension developed by sapsuccessfactors2017, and its main feature is "Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance".
Extension Screenshots
Download SAP SuccessFactors Only: Display Full Name Extension CRX File
Download SAP SuccessFactors Only: Display Full Name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Support SAP GitHub show display name both for SAP I-numbers and SFSF legacy SVN users. Extension Basic Information
| Name | |
| ID | kgccgaopbjjbojicdeeekbpoakaibehf |
| Official URL | https://chrome.google.com/webstore/detail/sap-successfactors-only-d/kgccgaopbjjbojicdeeekbpoakaibehf |
| Description | Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance |
| File Size | 182 KB |
| Installation Count | 153 |
| Current Version | 0.3.9.1 |
| Last Updated | 2017-07-13 |
| Publish Date | 2017-07-13 |
| Developer | sapsuccessfactors2017 |
| Payment Type | free |
| Supported Languages | 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"
}
} | |