Sentio

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

Sentio là gì?

Sentio là một tiện ích mở rộng Chrome được phát triển bởi https://sentio.xyz, và tính năng chính của nó là "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sentio

Tải xuống các tệp mở rộng Sentio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sentio Sentio
ID kkdofmcnddcnldoingfpiojnnkdcbhnf
URL Chính Thức https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf
Mô tả Modern monitoring, alerting, log management and debugging for decentralized applications.
Kích Thước Tệp 2.75 MB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.38
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-08-15
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://sentio.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sentio.xyz
URL Trang Chính Sách Bảo Mật https://www.sentio.xyz/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}