MockVisual Screenshot Capture

Capture screenshots from your browser and add markup in the MockVisual app

What is MockVisual Screenshot Capture?

MockVisual Screenshot Capture is a Chrome extension developed by MockVisual, and its main feature is "Capture screenshots from your browser and add markup in the MockVisual app".

Extension Screenshots

screenshot
screenshot

Download MockVisual Screenshot Capture Extension CRX File

Download MockVisual Screenshot Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Great for capturing your screen to provide feedback on websites and web apps.                    

Extension Basic Information

Name MockVisual Screenshot Capture MockVisual Screenshot Capture
ID hfkfmfiogeggbmpgdokldcnppmhnokdp
Official URL https://chrome.google.com/webstore/detail/mockvisual-screenshot-cap/hfkfmfiogeggbmpgdokldcnppmhnokdp
Description Capture screenshots from your browser and add markup in the MockVisual app
File Size 31.85 KB
Installation Count 246
Current Version 2.4
Last Updated 2021-12-29
Publish Date 2020-08-31
Rating 5.00/5 Total 3 Ratings
Developer MockVisual
Email [email protected]
Payment Type free
Extension Website https://mockvisual.com/
Privacy Policy Page URL https://mockvisual.notion.site/mockvisual/MOCKVISUAL-TERMS-AND-CONDITIONS-150c804a1ff0480ea07396cfbde51490
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MockVisual Screenshot Capture",
    "version": "2.4",
    "description": "Capture screenshots from your browser and add markup in the MockVisual app",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs",
        "identity",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/\/*",
        "file:\/\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mockvisual.com\/",
            "http:\/\/localhost:*\/"
        ]
    },
    "action": {
        "default_title": "Click to show"
    },
    "manifest_version": 3,
    "icons": {
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/popup\/*",
                "\/libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTxgXS5CK6BDqd8FfVzW8yhboiutHBS9W2BEzVyfDp4rDYV9gE3nCJwVACbWf1AaVBaN8lYHWQ9jCyjgpEnpLLB5OEW\/RFcH3EdAvcKxU2bKFogbCeIGPs\/1WCza6yeY61lfN1pjO5HzUzCmxZ0kxvC9q7r9e7tAWHURYdHp3ITmrM\/4VNMiRjxEihs1Q9zHIyiX+6qnmu+wDzQoTGjNL\/8YULw2h0s4N8olXFO06aSNj256lCsKaqoCz5rcmSvvnuLUQ2Kxg9ct7rCefRbF9aeE4aM+62pTiFpAyPnnv1vygBpcCujgdJT3Dq3e6+98v1R\/lJUVaBE4IP1KQ2Ts6QIDAQAB",
    "oauth2": {
        "client_id": "1012330707220-js5ega6nul1587lbeolje3eq4nnf9i05.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}