Signadot
Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers
Signadot क्या है?
Signadot https://signadot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Extension to enable preview functionality when using Signadot Sandboxes & Route Groups through the injection of headers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Signadot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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": [ " |