Monito

See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.

Τι είναι το Monito;

Το Monito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://monito.dev, και η κύρια λειτουργία του είναι "See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Monito

Λήψη αρχείων επέκτασης Monito σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Monito lets you see what's happening in your apps, whether you are testing or building them. See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive. Speed up your testing procedure and reduce the time you spend doing mundane and repetitive work. Take screenshots and record your screen without any additional software. 

Monito also generates Cypress, Playwright and Puppeteer E2E tests automatically.

This version includes 7 day trial period. To continue usage a licence can be bought here: https://gum.co/monito                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Monito Monito
ID fafnfkjphmgbpikjdcnhagpnojbefkln
Επίσημο URL https://chromewebstore.google.com/detail/monito/fafnfkjphmgbpikjdcnhagpnojbefkln
Περιγραφή See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.
Μέγεθος Αρχείου 763 KB
Αριθμός Εγκαταστάσεων 132
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2021-11-23
Ημερομηνία Δημοσίευσης 2021-04-13
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://monito.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://monito.dev
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monito",
    "version": "2.0.0",
    "description": "See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.",
    "icons": {
        "16": "icons\/favicon-16.png",
        "48": "icons\/favicon-48.png",
        "128": "icons\/favicon-128.png"
    },
    "browser_action": {
        "default_title": "Open Monito",
        "default_icon": {
            "16": "icons\/favicon-16.png",
            "48": "icons\/favicon-48.png",
            "128": "icons\/favicon-128.png"
        }
    },
    "background": {
        "scripts": [
            "background\/src\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Open Monito for the current tab"
        }
    },
    "minimum_chrome_version": "87",
    "permissions": [
        "",
        "debugger",
        "activeTab",
        "webNavigation",
        "storage",
        "desktopCapture"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.usefathom.com\/script.js; object-src 'self';",
    "web_accessible_resources": [
        "content\/src\/overrides\/consoleOverride.js",
        "content\/src\/overrides\/deviceData.js"
    ]
}