SAP SuccessFactors Only: Display Full Name
Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance
SAP SuccessFactors Only: Display Full Nameとは何ですか?
SAP SuccessFactors Only: Display Full Nameはsapsuccessfactors2017によって開発されたChromeの拡張機能で、その主な機能は「Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance」です。
拡張機能のスクリーンショット
SAP SuccessFactors Only: Display Full Name拡張機能のCRXファイルをダウンロード
SAP SuccessFactors Only: Display Full Name拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Support SAP GitHub show display name both for SAP I-numbers and SFSF legacy SVN users.
拡張機能の基本情報
名前 | |
ID | kgccgaopbjjbojicdeeekbpoakaibehf |
公式URL | https://chrome.google.com/webstore/detail/sap-successfactors-only-d/kgccgaopbjjbojicdeeekbpoakaibehf |
説明 | Display full name instead of SVN Username and UserId for SAP GitHub Enterprise instance |
ファイルサイズ | 182 KB |
インストール数 | 153 |
現在のバージョン | 0.3.9.1 |
最終更新日 | 2017-07-13 |
公開日 | 2017-07-13 |
開発者 | sapsuccessfactors2017 |
支払い方法 | free |
対応言語 | 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" } } |