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
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 | |
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 |
[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": [ " |