Better Maintenix
Adds Extra functions to Maintenix
Hvad er Better Maintenix?
Better Maintenix er en Chrome-udvidelse udviklet af Gavin, og dens hovedfunktion er "Adds Extra functions to Maintenix".
Udvidelsesskærmbilleder
Download Better Maintenix-udvidelses-CRX-fil
Download Better Maintenix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
Officiel URL | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
Beskrivelse | Adds Extra functions to Maintenix |
Filstørrelse | 23.18 KB |
Antal Installationer | 314 |
Nuværende Version | 1.6.2 |
Senest Opdateret | 2023-11-05 |
Udgivelsesdato | 2020-02-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Gavin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Gavmo/Better-Maintenix |
Understøttede Sprog | 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\/*" ] } ] } |