Sentio

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

Sentio क्या है?

Sentio https://sentio.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modern monitoring, alerting, log management and debugging for decentralized applications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sentio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}