Capnomial

Save a Meraki packet capture with an intelligent name; alert if the capturing device is not online.

Capnomial क्या है?

Capnomial Ross Jacobs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save a Meraki packet capture with an intelligent name; alert if the capturing device is not online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Capnomial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension improves the Meraki Packet Capture page.

FEATURES
=========

★ Changes the file name based on network, devices, and interface names
★ Alerts if capturing device is not online to save you time
★ Defaults the capture type to download packet capture
★ Refreshes the file name if the selected network, devices, or interfaces change
★ Provides more relevant capture filter documentation than default

An options page exists that may be used for configuration at some point.

CONTACT
========

For questions, suggestions, and problems, use this extension's Support tab (you're on the Overview tab).

If you want to reach me directly, feel free to email me at rj[АТ]swit.sh.

CHANGELOG
===========

## [0.2.2] - 2019-09-05
### Added
- Remove new feature popups
- Remove Output Dropdown tr (as "View output below" is unnecessary)
- Added "Summon a Genie" button / Removed "Make a Wish" button
### Fixed
- Fixed "no-port-selected" when a port was selected after selecting a device to capture from via the clients page
- Fixed issue where alerts for offline devices stack (only alert for present device should be shown)

## [0.2.1] - 2019-09-04
### Added
- Changes extension scope so that url queries are included (per issue identified by Kalen von Olnhausen)
### Fixed
- Fixed async task so that it does not itself create an create an error if no status errors exist for a device

## [0.2.0] - 2019-08-31
### Added
- Provide more verbose information about why a device is not online. (per feature request made by Ross Bennett)

## [0.1.2] - 2019-08-30
### Fixed
- Fixes issue with rendering interfaces in some UI views (Reported by multiple people)

## [0.1.0] - 2019-08-29
### Added (Initial Release)
- Changes the file name based on network, devices, and interface names
- Alerts if capturing device is not online to save you time
- Defaults the capture type to download packet capture
- Refreshes the file name if the selected network, devices, or interfaces change
- Provides more relevant capture filter documentation than default                    

एक्सटेंशन की मूल जानकारी

नाम Capnomial Capnomial
ID abkbiknoggioocnakilcihgmppofbkgp
आधिकारिक URL https://chromewebstore.google.com/detail/capnomial/abkbiknoggioocnakilcihgmppofbkgp
विवरण Save a Meraki packet capture with an intelligent name; alert if the capturing device is not online.
फ़ाइल का आकार 42.92 KB
स्थापना संख्या 163
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2020-01-28
प्रकाशन तिथि 2020-01-28
रेटिंग 4.69/5 कुल 13 रेटिंग्स
डेवलपर Ross Jacobs
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://chrome.google.com/webstore/detail/capnomial/abkbiknoggioocnakilcihgmppofbkgp?hl=en
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "content_script.js",
                "options.js"
            ],
            "matches": [
                "*:\/\/*.meraki.com\/*\/manage\/dashboard\/tcpdump*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Save a Meraki packet capture with an intelligent name; alert if the capturing device is not online.",
    "manifest_version": 2,
    "author": "Ross Jacobs",
    "name": "Capnomial",
    "options_page": "options.html",
    "version": "0.2.2"
}