Sentio
Modern monitoring, alerting, log management and debugging for decentralized applications.
What is Sentio?
Sentio is a Chrome extension developed by https://sentio.xyz, and its main feature is "Modern monitoring, alerting, log management and debugging for decentralized applications.".
Extension Screenshots
Download Sentio Extension CRX File
Download Sentio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sentio etherscan plugin to provide better transaction view and contract reading experience
Extension Basic Information
Name | Sentio |
ID | kkdofmcnddcnldoingfpiojnnkdcbhnf |
Official URL | https://chromewebstore.google.com/detail/sentio/kkdofmcnddcnldoingfpiojnnkdcbhnf |
Description | Modern monitoring, alerting, log management and debugging for decentralized applications. |
File Size | 2.75 MB |
Installation Count | 68 |
Current Version | 0.38 |
Last Updated | 2024-01-18 |
Publish Date | 2023-08-15 |
Rating | 4.86/5 Total 7 Ratings |
Developer | https://sentio.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://sentio.xyz |
Privacy Policy Page URL | https://www.sentio.xyz/privacy |
Supported Languages | 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": [ " |