Katana for NinjaOne

This extension extends the functionality of NinjaOne.

Katana for NinjaOne란 무엇입니까?

Katana for NinjaOne은(는) https://vertc.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension extends the functionality of NinjaOne."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Katana for NinjaOne 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Katana extension adds dark theme support to NinjaOne aswell as adding a button to devices that sends the current device to a selected endpoint.                    

확장 프로그램 기본 정보

이름 Katana for NinjaOne Katana for NinjaOne
ID jlkhefmehegjclbdmipbedombllgmgpd
공식 URL https://chromewebstore.google.com/detail/katana-for-ninjaone/jlkhefmehegjclbdmipbedombllgmgpd
설명 This extension extends the functionality of NinjaOne.
파일 크기 88.8 KB
설치 횟수 268
현재 버전 1.0.3
최근 업데이트 2023-10-03
출시 날짜 2023-01-09
평점 2.33/5 총 3 개의 평점
개발자 https://vertc.nl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vertc.nl/
도움말 페이지 URL https://github.com/Vertco/KatanaForNinjaOne/issues
개인정보 보호 정책 페이지 URL https://www.vertc.nl/Privacy-Policy
지원되는 언어 de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https: 'self'"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/Katana_Favicon_16.png",
        "32": "icons\/Katana_Favicon_32.png",
        "48": "icons\/Katana_Favicon_48.png",
        "128": "icons\/Katana_Favicon_128.png"
    },
    "action": {
        "default_popup": "popup\/home\/home.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "https:\/\/eu.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.eu\/*",
                "https:\/\/app.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.com\/*",
                "https:\/\/oc.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.com.au\/*",
                "https:\/\/ca.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.ca\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/eu.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.eu\/*",
                "https:\/\/app.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.com\/*",
                "https:\/\/oc.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.com.au\/*",
                "https:\/\/ca.ninjarmm.com\/*",
                "https:\/\/*.rmmservice.ca\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "scripts\/Katana_variables.js",
                "scripts\/Katana_functions.js",
                "scripts\/Katana_trigger_button.js",
                "scripts\/Katana_theme_button.js"
            ],
            "css": [
                "scripts\/themeMenu.css"
            ],
            "run_at": "document_start"
        }
    ]
}