Better Maintenix
Adds Extra functions to Maintenix
What is Better Maintenix?
Better Maintenix is a Chrome extension developed by Gavin, and its main feature is "Adds Extra functions to Maintenix".
Extension Screenshots
Download Better Maintenix Extension CRX File
Download Better Maintenix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
Official URL | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
Description | Adds Extra functions to Maintenix |
File Size | 23.18 KB |
Installation Count | 314 |
Current Version | 1.6.2 |
Last Updated | 2023-11-05 |
Publish Date | 2020-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gavin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Gavmo/Better-Maintenix |
Supported Languages | 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\/*" ] } ] } |