Pan(w)achrome

PANW extension for Chrome

Pan(w)achromeคืออะไร?

Pan(w)achrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luigi Mori และคุณลักษณะหลักของมันคือ "PANW extension for Chrome"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pan(w)achrome

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

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

                        Pan(w)achrome is a little Chrome extension that can be used to extract and chart real-time statistics from Palo Alto Networks next-generation firewalls.

What's New in 0.7.1.9
- support for DP with 48 cores
- support for PAN-OS 9
- fixed a problem with DB mgmt. Please remove and reinstall the extension if you see high disk usage from the old versions of this extension (a key IndexedDB API was removed from Chrome)

What's New in 0.7.1.8
- support for PAN-OS 7.1.2+

What's New in 0.7.1.7
- support for PA-7050
- support for PAN-OS 6.1
- support for sw tags descriptor on VM-Series
- support for monitoring an unlicensed VM-Series
- moved legend to nw

What's New in 0.7.1
- all the DPs on PA-5000 are shown in the Resources page (requires 5.0.9+ or 6.0+)
- global counters table now supports sorting and filtering
- advanced stats in session page (states, unknown sessions, decrypted sessions)
- per-VSYS count in session page
- interface hardware errors
- jobs notifications can be filtered
- doesn't prompt multiple times for an already monitored device
- some UI improvement here and there

*** Pan(w)achrome is a free Chrome extension and is not an official product of, or endorsed by Palo Alto Networks. ***                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pan(w)achrome Pan(w)achrome
ID bbjabfjlgajemfdkmmgjmjmhfaaicfph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/panwachrome/bbjabfjlgajemfdkmmgjmjmhfaaicfph
คำอธิบาย PANW extension for Chrome
ขนาดไฟล์ 607 KB
จำนวนการติดตั้ง 9,082
เวอร์ชันปัจจุบัน 0.7.1.9
อัปเดตครั้งล่าสุด 2018-12-21
วันที่เผยแพร่ 2018-12-21
คะแนน 4.44/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา Luigi Mori
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://live.paloaltonetworks.com/docs/DOC-6408
URL หน้าช่วยเหลือ https://live.paloaltonetworks.com/docs/DOC-6408
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pan(w)achrome",
    "version": "0.7.1.9",
    "manifest_version": 2,
    "description": "PANW extension for Chrome",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_paper_19.png",
            "38": "images\/icon_paper_38.png"
        },
        "default_title": "Pan(w)achrome"
    },
    "icons": {
        "16": "images\/icon_paper_16.png",
        "128": "images\/icon_paper_128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/icon_paper_128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/php\/login.php",
                "https:\/\/*\/php\/login.php?"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}