KittHub
Showing infrastructure details for a WCNP application
KittHubとは何ですか?
KittHubはkitthub.devによって開発されたChromeの拡張機能で、その主な機能は「Showing infrastructure details for a WCNP application」です。
拡張機能のスクリーンショット
KittHub拡張機能のCRXファイルをダウンロード
KittHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows infrastructure details for a WCNP application
拡張機能の基本情報
名前 | KittHub |
ID | gbagikfmbfhgbopmeliopehcekkjmpnp |
公式URL | https://chromewebstore.google.com/detail/kitthub/gbagikfmbfhgbopmeliopehcekkjmpnp |
説明 | Showing infrastructure details for a WCNP application |
ファイルサイズ | 259 KB |
インストール数 | 88 |
現在のバージョン | 0.1.3 |
最終更新日 | 2023-11-20 |
公開日 | 2023-07-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kitthub.dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KittHub", "version": "0.1.3", "description": "Showing infrastructure details for a WCNP application", "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/*.walmart.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.gecgithub01.walmart.com\/*" ], "js": [ "usage-analytics\/setup.js", "usage-analytics\/beacon.js", "usage-analytics\/rum.js", "contentScript.js", "bundle\/bundle.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.gecgithub01.walmart.com\/*" ], "resources": [ "bundle\/assets\/dx-console.ico", "bundle\/assets\/akeyless.ico", "bundle\/assets\/grafana.svg", "bundle\/assets\/slack.ico", "bundle\/assets\/service-now.ico", "bundle\/assets\/hasiCorpVault.png", "bundle\/assets\/wcnp.png", "bundle\/assets\/looper.ico", "bundle\/assets\/concord.svg", "bundle\/assets\/splunk.ico", "bundle\/assets\/vault.svg", "bundle\/assets\/copyIcon.svg", "bundle\/assets\/sonar.ico", "bundle\/assets\/sonar-bugs.svg", "bundle\/assets\/sonar-code-smells.svg", "bundle\/assets\/sonar-vulnerabilities.svg" ] } ], "action": { "default_icon": { "16": "assets\/inactiveExt16.png", "48": "assets\/inactiveExt48.png", "128": "assets\/inactiveExt128.png" }, "default_title": "kittHub", "default_popup": "popup.html" }, "icons": { "16": "assets\/inactiveExt16.png", "48": "assets\/inactiveExt48.png", "128": "assets\/inactiveExt128.png" }, "manifest_version": 3 } |