Katana for NinjaOne

This extension extends the functionality of NinjaOne.

Katana for NinjaOneคืออะไร?

Katana for NinjaOne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vertc.nl และคุณลักษณะหลักของมันคือ "This extension extends the functionality of NinjaOne."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Katana for NinjaOne

ดาวน์โหลดไฟล์ส่วนขยาย Katana for NinjaOne ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}