Sentio

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

Wat is Sentio?

Sentio is een Chrome-extensie ontwikkeld door https://sentio.xyz, en de belangrijkste functie is "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Sentio

Download Sentio-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

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

Basisinformatie over de Extensie

Naam Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
Officiële URL https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Beschrijving Modern monitoring, alerting, log management and debugging for decentralized applications.
Bestandsgrootte 2.75 MB
Aantal Installaties 68
Huidige Versie 0.38
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2023-08-15
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://sentio.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sentio.xyz
URL van de Privacybeleid Pagina https://www.sentio.xyz/privacy
Ondersteunde Talen 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"
    }
}