Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Plutus Analytics Dashboard क्या है?
Plutus Analytics Dashboard https://quentingosset.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New graphical interface for Plutus with more features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plutus Analytics Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Plutus Analytics Dashboard |
ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
विवरण | New graphical interface for Plutus with more features. |
फ़ाइल का आकार | 1.95 MB |
स्थापना संख्या | 1,061 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2023-02-01 |
रेटिंग | 5.00/5 कुल 18 रेटिंग्स |
डेवलपर | https://quentingosset.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/quentingosset/PlutusAnalyticsDashboard |
सहायता पृष्ठ URL | https://github.com/quentingosset/PlutusAnalyticsDashboard |
गोपनीयता नीति पृष्ठ URL | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
समर्थित भाषाएँ | 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" } |