Awesome RabbitMQ Management

Awesome RabbitMQ Management

ما هو Awesome RabbitMQ Management؟

Awesome RabbitMQ Management هو إضافة Chrome تم تطويرها بواسطة Alex Puschinsky، والميزة الرئيسية لها هي "Awesome RabbitMQ Management".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Awesome RabbitMQ Management

قم بتنزيل ملفات الامتداد Awesome RabbitMQ Management بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        RabbitMQ queues view can become unusable with many queues, especially if you're using the sharding plugin. This extension will add a new tab in RabbitMQs management console with an awesome view of your queues:

- Sharded queues will be collapsed to a single line
- The UI will alert you when queues have no consumers or has accumulated many messages
- Configurable alerts for specific queues.
- Filter each column                    

معلومات أساسية عن التمديد

الاسم Awesome RabbitMQ Management Awesome RabbitMQ Management
ID mkemccfkdgpaelbmkbahfnpkoellgjpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/awesome-rabbitmq-manageme/mkemccfkdgpaelbmkbahfnpkoellgjpi
الوصف Awesome RabbitMQ Management
حجم الملف 488 KB
عدد التثبيتات 820
النسخة الحالية 1.5.0
آخر تحديث 2022-11-22
تاريخ النشر 2018-09-19
تقييم 5.00/5 مجموع تقييمات 2
المطور Alex Puschinsky
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/alexpusch/awesome-rabbitmq-chrome
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome RabbitMQ Management",
    "version": "1.5.0",
    "manifest_version": 3,
    "options_page": "options.html",
    "description": "Awesome RabbitMQ Management",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon128.png",
                "bootstrap.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ]
}