Signadot

Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers

什么是Signadot?

Signadot是由https://signadot.com开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers”。

扩展截图

screenshot
screenshot

下载Signadot扩展crx文件

下载Signadot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is intended for use with Sandboxes and Route Groups set up using Signadot in Kubernetes clusters. It enables preview functionality over self-hosted Ingress or Load Balancer URLs. 

If you are logged into app.signadot.com, the extension fetches the list of Sandboxes and Route Groups associated with your organization and allows you to select one of them. Once selected, the corresponding Routing Key header is injected on all outgoing requests from your browser. 

To see all the different formats of headers (OpenTelemetry Baggage, Datadog, etc) that are injected, please see https://www.signadot.com/docs/context-propagation.                    

扩展基本信息

名称 Signadot Signadot
ID aigejiccjejdeiikegdjlofgcjhhnkim
官方URL https://chromewebstore.google.com/detail/signadot/aigejiccjejdeiikegdjlofgcjhhnkim
简介 Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers
文件大小 388 KB
安装次数 294
当前版本 1.1.0
更新时间 2024-03-01
上架时间 2023-11-27
开发者 https://signadot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.signadot.com/
帮助页面URL https://www.signadot.com/docs
隐私政策页面URL https://www.signadot.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Signadot",
    "description": "Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "images\/signadot-logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}