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