Better Maintenix

Adds Extra functions to Maintenix

Cos'è Better Maintenix?

Better Maintenix è un'estensione di Chrome sviluppata da Gavin, e la sua funzione principale è "Adds Extra functions to Maintenix".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Better Maintenix

Scarica i file di estensione Better Maintenix 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

                        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                    

Informazioni di Base sull'Estensione

Nome Better Maintenix Better Maintenix
ID hccnbbjehddogfldlnckijklgeibclih
URL Ufficiale https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih
Descrizione Adds Extra functions to Maintenix
Dimensione del File 23.18 KB
Conteggio Installazioni 314
Versione Corrente 1.6.2
Ultimo Aggiornamento 2023-11-05
Data di Pubblicazione 2020-02-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Gavin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Gavmo/Better-Maintenix
Lingue Supportate 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\/*"
            ]
        }
    ]
}