Better Maintenix
Adds Extra functions to Maintenix
Better Maintenix क्या है?
Better Maintenix Gavin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Extra functions to Maintenix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Maintenix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |