Monito

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

什麼是Monito?

Monito是由https://monito.dev開發的Chrome擴展程式,該擴展的主要功能是“See network requests, user interaction events, navigation, and console logs. Easily export all the logs in a single archive.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Monito擴展crx文件

下載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
官方網址 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"
    ]
}