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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}