KittHub

Showing infrastructure details for a WCNP application

KittHub là gì?

KittHub là một tiện ích mở rộng Chrome được phát triển bởi kitthub.dev, và tính năng chính của nó là "Showing infrastructure details for a WCNP application".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KittHub

Tải xuống các tệp mở rộng KittHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Shows infrastructure details for a WCNP application                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KittHub KittHub
ID gbagikfmbfhgbopmeliopehcekkjmpnp
URL Chính Thức https://chromewebstore.google.com/detail/kitthub/gbagikfmbfhgbopmeliopehcekkjmpnp
Mô tả Showing infrastructure details for a WCNP application
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2023-07-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kitthub.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}