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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}