MockVisual Screenshot Capture

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

Wat is MockVisual Screenshot Capture?

MockVisual Screenshot Capture is een Chrome-extensie ontwikkeld door MockVisual, en de belangrijkste functie is "Capture screenshots from your browser and add markup in the MockVisual app".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MockVisual Screenshot Capture

Download MockVisual Screenshot Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MockVisual Screenshot Capture MockVisual Screenshot Capture
ID hfkfmfiogeggbmpgdokldcnppmhnokdp
Officiële URL https://chrome.google.com/webstore/detail/mockvisual-screenshot-cap/hfkfmfiogeggbmpgdokldcnppmhnokdp
Beschrijving Capture screenshots from your browser and add markup in the MockVisual app
Bestandsgrootte 31.85 KB
Aantal Installaties 246
Huidige Versie 2.4
Laatst Bijgewerkt 2021-12-29
Publicatiedatum 2020-08-31
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar MockVisual
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mockvisual.com/
URL van de Privacybeleid Pagina https://mockvisual.notion.site/mockvisual/MOCKVISUAL-TERMS-AND-CONDITIONS-150c804a1ff0480ea07396cfbde51490
Ondersteunde Talen 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"
        ]
    }
}