Canopy GUI Enhancer

Enhance the standard CambiumNetworks Canopy Web GUI

Canopy GUI Enhancerคืออะไร?

Canopy GUI Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mattia Basone และคุณลักษณะหลักของมันคือ "Enhance the standard CambiumNetworks Canopy Web GUI"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canopy GUI Enhancer

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

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

                        This extension enhance the standard CambiumNetworks Canopy Web GUI.
It has been tested on PMP100, PMP430 and PMP450.

Sources: https://github.com/mattiabasone/CanopyGUIEnhancer
Donate to support this project https://goo.gl/5FBkVh

---------------------------------------------------------
---------------------------------------------------------

The extension has been tested on the following software versions, with old versions not all features may work.

- PMP100: 13.4.1
- PMP430: 13.4.1
- PMP450: 14.1*/15*
- PMP450i: 14*/15*
- PMP450m 15*

FEATURES:
- Real time throughput on Statistics -> Ethernet and Statistics -> Radio
- MAC Address LookUp on ARP page
- IP Address LookUp on NAT Table page
- Improved AP Evaluation page
- Improved AP Throughput page
- Improved AP Data VC page
- New styles for table, buttons, wrappers, menu                    

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

ชื่อ Canopy GUI Enhancer Canopy GUI Enhancer
ID bmpocemdeedjgacehkbbhjjnjjhdpncd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canopy-gui-enhancer/bmpocemdeedjgacehkbbhjjnjjhdpncd
คำอธิบาย Enhance the standard CambiumNetworks Canopy Web GUI
ขนาดไฟล์ 299 KB
จำนวนการติดตั้ง 3,277
เวอร์ชันปัจจุบัน 1.9.1
อัปเดตครั้งล่าสุด 2022-07-03
วันที่เผยแพร่ 2020-04-01
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Mattia Basone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mattiabasone/CanopyGUIEnhancer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canopy GUI Enhancer",
    "short_name": "CGE",
    "description": "Enhance the standard CambiumNetworks Canopy Web GUI",
    "version": "1.9.1",
    "version_name": "1.9.1",
    "author": "Mattia Basone ",
    "action": {
        "default_icon": "icons\/icon_144px.png",
        "default_popup": "popup\/index.html",
        "default_title": "Canopy GUI Enhancer - Edit settings"
    },
    "icons": {
        "512": "icons\/icon_512px.png",
        "192": "icons\/icon_192px.png",
        "144": "icons\/icon_144px.png",
        "96": "icons\/icon_96px.png",
        "72": "icons\/icon_72px.png",
        "48": "icons\/icon_48px.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_loader.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cge.js",
                "css\/bootstrap-mini.css",
                "css\/gui.css",
                "css\/style.css",
                "css\/menu.css",
                "css\/themes\/dark.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}