Better Maintenix
Adds Extra functions to Maintenix
Wat is Better Maintenix?
Better Maintenix is een Chrome-extensie ontwikkeld door Gavin, en de belangrijkste functie is "Adds Extra functions to Maintenix".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Maintenix
Download Better Maintenix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
Officiële URL | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
Beschrijving | Adds Extra functions to Maintenix |
Bestandsgrootte | 23.18 KB |
Aantal Installaties | 314 |
Huidige Versie | 1.6.2 |
Laatst Bijgewerkt | 2023-11-05 |
Publicatiedatum | 2020-02-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Gavin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Gavmo/Better-Maintenix |
Ondersteunde Talen | 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\/*" ] } ] } |