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 |
电子邮箱 | [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 } |