Plutus Analytics Dashboard
New graphical interface for Plutus with more features.
Что такое Plutus Analytics Dashboard?
Plutus Analytics Dashboard - это расширение Chrome, разработанное https://quentingosset.com, и его основная функция - "New graphical interface for Plutus with more features.".
Снимки экрана расширения
Скачать файл CRX расширения Plutus Analytics Dashboard
Скачайте файлы расширений Plutus Analytics Dashboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |