Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Cos'è Plutus Analytics Dashboard?
Plutus Analytics Dashboard è un'estensione di Chrome sviluppata da https://quentingosset.com, e la sua funzione principale è "New graphical interface for Plutus with more features.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plutus Analytics Dashboard
Scarica i file di estensione Plutus Analytics Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
| URL Ufficiale | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
| Descrizione | New graphical interface for Plutus with more features. |
| Dimensione del File | 1.95 MB |
| Conteggio Installazioni | 1,061 |
| Versione Corrente | 1.0.9 |
| Ultimo Aggiornamento | 2024-02-19 |
| Data di Pubblicazione | 2023-02-01 |
| Valutazione | 5.00/5 Totale 18 Valutazioni |
| Sviluppatore | https://quentingosset.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/quentingosset/PlutusAnalyticsDashboard |
| URL della Pagina di Aiuto | https://github.com/quentingosset/PlutusAnalyticsDashboard |
| URL della Pagina della Politica sulla Privacy | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
| Lingue Supportate | 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"
} | |