Better Maintenix

Adds Extra functions to Maintenix

Better Maintenix란 무엇입니까?

Better Maintenix은(는) Gavin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Extra functions to Maintenix"입니다.

확장 프로그램 스크린샷

Better Maintenix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}