Better Maintenix
Adds Extra functions to Maintenix
什么是Better Maintenix?
Better Maintenix是由Gavin开发的Chrome扩展程序,该扩展的主要功能是“Adds Extra functions to Maintenix”。
扩展截图
下载Better Maintenix扩展crx文件
下载Better Maintenix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
官方URL | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
简介 | Adds Extra functions to Maintenix |
文件大小 | 23.18 KB |
安装次数 | 314 |
当前版本 | 1.6.2 |
更新时间 | 2023-11-05 |
上架时间 | 2020-02-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Gavin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Gavmo/Better-Maintenix |
支持的语言 | 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\/*" ] } ] } |