Sentio

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

Cos'è Sentio?

Sentio è un'estensione di Chrome sviluppata da https://sentio.xyz, e la sua funzione principale è "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sentio

Scarica i file di estensione Sentio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
URL Ufficiale https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Descrizione Modern monitoring, alerting, log management and debugging for decentralized applications.
Dimensione del File 2.75 MB
Conteggio Installazioni 68
Versione Corrente 0.38
Ultimo Aggiornamento 2024-01-18
Data di Pubblicazione 2023-08-15
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://sentio.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sentio.xyz
URL della Pagina della Politica sulla Privacy https://www.sentio.xyz/privacy
Lingue Supportate 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"
    }
}