Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Vad är Plutus Analytics Dashboard?
Plutus Analytics Dashboard är en Chrome-tillägg utvecklad av https://quentingosset.com, och dess huvudfunktion är "New graphical interface for Plutus with more features.".
Tilläggsskärmbilder
Ladda ner Plutus Analytics Dashboard-förlängningens CRX-fil
Ladda ner Plutus Analytics Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm |
| Beskrivning | New graphical interface for Plutus with more features. |
| Filstorlek | 1.95 MB |
| Antal Installationer | 1,061 |
| Aktuell Version | 1.0.9 |
| Senast Uppdaterad | 2024-02-19 |
| Publiceringsdatum | 2023-02-01 |
| Betyg | 5.00/5 Totalt 18 Betyg |
| Utvecklare | https://quentingosset.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/quentingosset/PlutusAnalyticsDashboard |
| Hjälpsida URL | https://github.com/quentingosset/PlutusAnalyticsDashboard |
| URL till Sekretesspolicy Sidan | https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html |
| Stödda Språk | 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"
} | |