Sentio

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

Τι είναι το Sentio;

Το Sentio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sentio.xyz, και η κύρια λειτουργία του είναι "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sentio

Λήψη αρχείων επέκτασης Sentio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
Επίσημο URL https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Περιγραφή Modern monitoring, alerting, log management and debugging for decentralized applications.
Μέγεθος Αρχείου 2.75 MB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 0.38
Τελευταία Ενημέρωση 2024-01-18
Ημερομηνία Δημοσίευσης 2023-08-15
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://sentio.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sentio.xyz
URL της Σελίδας Πολιτικής Απορρήτου https://www.sentio.xyz/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}