Sentio

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

Apa itu Sentio?

Sentio adalah ekstensi Chrome yang dikembangkan oleh https://sentio.xyz, dan fitur utamanya adalah "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sentio

Unduh file ekstensi Sentio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
URL Resmi https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Deskripsi Modern monitoring, alerting, log management and debugging for decentralized applications.
Ukuran File 2.75 MB
Jumlah Instalasi 68
Versi Saat Ini 0.38
Terakhir Diperbarui 2024-01-18
Tanggal Publikasi 2023-08-15
Penilaian 4.86/5 Total 7 Penilaian
Pengembang https://sentio.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sentio.xyz
URL Halaman Kebijakan Privasi https://www.sentio.xyz/privacy
Bahasa yang Didukung 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"
    }
}