Better Maintenix
Adds Extra functions to Maintenix
Co je Better Maintenix?
Better Maintenix je rozšíření Chrome vyvinuté Gavin, a jeho hlavní funkcí je „Adds Extra functions to Maintenix“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Better Maintenix
Stáhněte si soubory rozšíření Better Maintenix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
Oficiální URL | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
Popis | Adds Extra functions to Maintenix |
Velikost souboru | 23.18 KB |
Počet instalací | 314 |
Aktuální Verze | 1.6.2 |
Poslední Aktualizace | 2023-11-05 |
Datum Vydání | 2020-02-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Gavin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Gavmo/Better-Maintenix |
Podporované Jazyky | 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\/*" ] } ] } |