Sentio

Modern monitoring, alerting, log management and debugging for decentralized applications.

Was ist Sentio?

Sentio ist eine Chrome-Erweiterung, die von https://sentio.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Sentio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sentio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Sentio etherscan plugin to provide better transaction view and contract reading experience                    

Grundlegende Informationen zur Erweiterung

Name Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
Offizielle URL https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Beschreibung Modern monitoring, alerting, log management and debugging for decentralized applications.
Dateigröße 2.75 MB
Installationsanzahl 68
Aktuelle Version 0.38
Letztes Update 2024-01-18
Veröffentlichungsdatum 2023-08-15
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler https://sentio.xyz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sentio.xyz
URL der Datenschutzrichtlinien-Seite https://www.sentio.xyz/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sentio",
    "version": "0.38",
    "description": "Modern monitoring, alerting, log management and debugging for decentralized applications.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etherscan.io\/*",
                "https:\/\/cn.etherscan.com\/*",
                "https:\/\/polygonscan.com\/*",
                "https:\/\/goerli.etherscan.io\/*",
                "https:\/\/sepolia.etherscan.io\/*",
                "https:\/\/bscscan.com\/*",
                "https:\/\/zkevm.polygonscan.com\/*",
                "https:\/\/lineascan.build\/*",
                "https:\/\/moonscan.io\/*",
                "https:\/\/scrollscan.com\/*",
                "https:\/\/app.sentio.xyz\/*"
            ],
            "js": [
                "out\/content\/etherscan\/main.js"
            ],
            "css": [
                "out\/content\/etherscan\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.sentio.xyz\/*"
        ]
    },
    "background": {
        "service_worker": "out\/background.js"
    }
}