Sentio

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

Что такое Sentio?

Sentio - это расширение Chrome, разработанное https://sentio.xyz, и его основная функция - "Modern monitoring, alerting, log management and debugging for decentralized applications.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Sentio

Скачайте файлы расширений 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
Электронная почта [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"
    }
}