Sentio

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

Vad är Sentio?

Sentio är en Chrome-tillägg utvecklad av https://sentio.xyz, och dess huvudfunktion är "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Sentio-förlängningens CRX-fil

Ladda ner Sentio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
Officiell webbadress https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Beskrivning Modern monitoring, alerting, log management and debugging for decentralized applications.
Filstorlek 2.75 MB
Antal Installationer 68
Aktuell Version 0.38
Senast Uppdaterad 2024-01-18
Publiceringsdatum 2023-08-15
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare https://sentio.xyz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sentio.xyz
URL till Sekretesspolicy Sidan https://www.sentio.xyz/privacy
Stödda Språk 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"
    }
}