Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

Plutus Analytics Dashboard là gì?

Plutus Analytics Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://quentingosset.com, và tính năng chính của nó là "New graphical interface for Plutus with more features.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Plutus Analytics Dashboard 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

                        Provide a dashboard a bit more advanced than the one provided by Plutus and to be able to better follow its evolution on the Plutus ecosystem.                    

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

Tên Plutus Analytics Dashboard Plutus Analytics Dashboard
ID goaipcbpmkahfbcdlpmoamemjhjlpcbm
URL Chính Thức https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm
Mô tả New graphical interface for Plutus with more features.
Kích Thước Tệp 1.95 MB
Số Lần Cài Đặt 1,061
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2023-02-01
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://quentingosset.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/quentingosset/PlutusAnalyticsDashboard
URL Trang Trợ Giúp https://github.com/quentingosset/PlutusAnalyticsDashboard
URL Trang Chính Sách Bảo Mật https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/dex.plutus.it\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dex.plutus.it\/dashboard\/*"
    ],
    "description": "New graphical interface for Plutus with more features.",
    "icons": {
        "128": "\/icon\/icon128.png",
        "16": "\/icon\/icon16.png",
        "19": "\/icon\/icon19.png",
        "32": "\/icon\/icon32.png",
        "38": "\/icon\/icon38.png",
        "48": "\/icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Plutus Analytics Dashboard",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}