Sentio

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

Qu'est-ce que Sentio ?

Sentio est une extension Chrome développée par https://sentio.xyz, et sa fonction principale est "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sentio

Téléchargez les fichiers d'extension Sentio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
URL Officiel https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Description Modern monitoring, alerting, log management and debugging for decentralized applications.
Taille du Fichier 2.75 MB
Nombre d'Installations 68
Version Actuelle 0.38
Dernière Mise à Jour 2024-01-18
Date de Publication 2023-08-15
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://sentio.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sentio.xyz
URL de la Page de Politique de Confidentialité https://www.sentio.xyz/privacy
Langues Prises en Charge 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"
    }
}