KittHub
Showing infrastructure details for a WCNP application
Wat is KittHub?
KittHub is een Chrome-extensie ontwikkeld door kitthub.dev, en de belangrijkste functie is "Showing infrastructure details for a WCNP application".
Extensie Screenshots
Download het CRX-bestand van de extensie KittHub
Download KittHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows infrastructure details for a WCNP application
Basisinformatie over de Extensie
Naam | KittHub |
ID | gbagikfmbfhgbopmeliopehcekkjmpnp |
Officiële URL | https://chromewebstore.google.com/detail/kitthub/gbagikfmbfhgbopmeliopehcekkjmpnp |
Beschrijving | Showing infrastructure details for a WCNP application |
Bestandsgrootte | 259 KB |
Aantal Installaties | 88 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2023-11-20 |
Publicatiedatum | 2023-07-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | kitthub.dev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |