Sentio

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

什麼是Sentio?

Sentio是由https://sentio.xyz開發的Chrome擴展程式,該擴展的主要功能是“Modern monitoring, alerting, log management and debugging for decentralized applications.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Sentio擴展crx文件

下載Sentio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
官方網址 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"
    }
}