KittHub
Showing infrastructure details for a WCNP application
What is KittHub?
KittHub is a Chrome extension developed by kitthub.dev, and its main feature is "Showing infrastructure details for a WCNP application".
Extension Screenshots
Download KittHub Extension CRX File
Download KittHub 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
Shows infrastructure details for a WCNP application
Extension Basic Information
Name | KittHub |
ID | gbagikfmbfhgbopmeliopehcekkjmpnp |
Official URL | https://chromewebstore.google.com/detail/kitthub/gbagikfmbfhgbopmeliopehcekkjmpnp |
Description | Showing infrastructure details for a WCNP application |
File Size | 259 KB |
Installation Count | 88 |
Current Version | 0.1.3 |
Last Updated | 2023-11-20 |
Publish Date | 2023-07-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kitthub.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |