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
公式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
Eメール [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"
    }
}