Better Maintenix

Adds Extra functions to Maintenix

ما هو Better Maintenix؟

Better Maintenix هو إضافة Chrome تم تطويرها بواسطة Gavin، والميزة الرئيسية لها هي "Adds Extra functions to Maintenix".

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

تحميل ملف CRX للإضافة Better Maintenix

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

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

                        Fixes the tiny action box on the work capture page.
Enables consistent naming conventions for faults
Quick access Non-MX bookings for timesheet 

Adds quick markup, character counter, and a preview screen to the Add Steps page for task definitions

Distributed under the GNU GENERAL PUBLIC LICENSE available at https://fsf.org                    

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

الاسم Better Maintenix Better Maintenix
ID hccnbbjehddogfldlnckijklgeibclih
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih
الوصف Adds Extra functions to Maintenix
حجم الملف 23.18 KB
عدد التثبيتات 314
النسخة الحالية 1.6.2
آخر تحديث 2023-11-05
تاريخ النشر 2020-02-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Gavin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Gavmo/Better-Maintenix
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Maintenix",
    "description": "Adds Extra functions to Maintenix",
    "version": "1.6.2",
    "background": [],
    "icons": {
        "128": "128bm.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/maintenix.qantas.com.au\/*",
                "https:\/\/mx-psup.qantas.com.au\/*",
                "https:\/\/mx-pstg.qantas.com.au\/*",
                "https:\/\/mx-uat.qcpaws.qantas.com.au\/*"
            ],
            "js": [
                "changes.js"
            ],
            "css": [
                "customstyle.css"
            ]
        }
    ],
    "permissions": [
        "clipboardRead"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "names.json"
            ],
            "matches": [
                "https:\/\/maintenix.qantas.com.au\/*",
                "https:\/\/mx-psup.qantas.com.au\/*",
                "https:\/\/mx-pstg.qantas.com.au\/*",
                "https:\/\/mx-uat.qcpaws.qantas.com.au\/*"
            ]
        }
    ]
}