Better Maintenix
Adds Extra functions to Maintenix
Better Maintenix là gì?
Better Maintenix là một tiện ích mở rộng Chrome được phát triển bởi Gavin, và tính năng chính của nó là "Adds Extra functions to Maintenix".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Maintenix
Tải xuống các tệp mở rộng Better Maintenix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Maintenix |
ID | hccnbbjehddogfldlnckijklgeibclih |
URL Chính Thức | https://chromewebstore.google.com/detail/better-maintenix/hccnbbjehddogfldlnckijklgeibclih |
Mô tả | Adds Extra functions to Maintenix |
Kích Thước Tệp | 23.18 KB |
Số Lần Cài Đặt | 314 |
Phiên Bản Hiện Tại | 1.6.2 |
Cập Nhật Lần Cuối | 2023-11-05 |
Ngày Phát Hành | 2020-02-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Gavin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Gavmo/Better-Maintenix |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |