Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

What is Plutus Analytics Dashboard?

Plutus Analytics Dashboard is a Chrome extension developed by https://quentingosset.com, and its main feature is "New graphical interface for Plutus with more features.".

Extension Screenshots

screenshot
screenshot

Download Plutus Analytics Dashboard Extension CRX File

Download Plutus Analytics Dashboard 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

                        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.                    

Extension Basic Information

Name Plutus Analytics Dashboard Plutus Analytics Dashboard
ID goaipcbpmkahfbcdlpmoamemjhjlpcbm
Official URL https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm
Description New graphical interface for Plutus with more features.
File Size 1.95 MB
Installation Count 1,061
Current Version 1.0.9
Last Updated 2024-02-19
Publish Date 2023-02-01
Rating 5.00/5 Total 18 Ratings
Developer https://quentingosset.com
Email [email protected]
Payment Type free
Extension Website https://github.com/quentingosset/PlutusAnalyticsDashboard
Help Page URL https://github.com/quentingosset/PlutusAnalyticsDashboard
Privacy Policy Page URL https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html
Supported Languages 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"
}