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 Better Maintenix
ID hccnbbjehddogfldlnckijklgeibclih
官方網址 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\/*"
            ]
        }
    ]
}