Sentio

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

Co to jest Sentio?

Sentio to rozszerzenie Chrome opracowane przez https://sentio.xyz, a jego główną funkcją jest „Modern monitoring, alerting, log management and debugging for decentralized applications.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sentio

Pobierz pliki rozszerzeń Sentio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
Oficjalny URL https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Opis Modern monitoring, alerting, log management and debugging for decentralized applications.
Rozmiar pliku 2.75 MB
Liczba instalacji 68
Aktualna Wersja 0.38
Ostatnia Aktualizacja 2024-01-18
Data Publikacji 2023-08-15
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper https://sentio.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://sentio.xyz
Adres URL Strony Polityki Prywatności https://www.sentio.xyz/privacy
Obsługiwane Języki 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"
    }
}