Zeeromed Multi-monitor
Zeeromed client-side management
What is Zeeromed Multi-monitor?
Zeeromed Multi-monitor is a Chrome extension developed by O3 Enterprise srl, and its main feature is "Zeeromed client-side management".
Extension Screenshots
Download Zeeromed Multi-monitor Extension CRX File
Download Zeeromed Multi-monitor 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
Zeeromed extension for multi-monitors and shortcuts management. It handles opening of images on 1 or 2 medical displays.
Extension Basic Information
Name | Zeeromed Multi-monitor |
ID | jndbgffdnmpofdchjdnmeinejilodggn |
Official URL | https://chromewebstore.google.com/detail/zeeromed-multi-monitor/jndbgffdnmpofdchjdnmeinejilodggn |
Description | Zeeromed client-side management |
File Size | 681 KB |
Installation Count | 667 |
Current Version | 1.4.1 |
Last Updated | 2022-06-07 |
Publish Date | 2019-12-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | O3 Enterprise srl |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.zeeromed.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "name": "Zeeromed Multi-monitor", "short_name": "Zeeromed", "description": "Zeeromed client-side management", "version": "1.4.1", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "system.display", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "jquery.min.js", "background_main.js" ], "persistent": false }, "browser_action": { "default_popup": "browser_action.html" }, "commands": { "R1": { "suggested_key": { "default": "Alt+1" }, "description": "r1" }, "R2": { "suggested_key": { "default": "Alt+2" }, "description": "r2" }, "M": { "suggested_key": { "default": "Alt+M" }, "description": "Monitors setup" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js", "jquery.min.js" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "128": "img\/icon.png" } } |