Zeeromed Multi-monitor
Zeeromed client-side management
Zeeromed Multi-monitor क्या है?
Zeeromed Multi-monitor O3 Enterprise srl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Zeeromed client-side management"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zeeromed Multi-monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Zeeromed extension for multi-monitors and shortcuts management. It handles opening of images on 1 or 2 medical displays.
एक्सटेंशन की मूल जानकारी
नाम | Zeeromed Multi-monitor |
ID | jndbgffdnmpofdchjdnmeinejilodggn |
आधिकारिक URL | https://chromewebstore.google.com/detail/zeeromed-multi-monitor/jndbgffdnmpofdchjdnmeinejilodggn |
विवरण | Zeeromed client-side management |
फ़ाइल का आकार | 681 KB |
स्थापना संख्या | 667 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2022-06-07 |
प्रकाशन तिथि | 2019-12-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | O3 Enterprise srl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.zeeromed.com/privacy-policy |
समर्थित भाषाएँ | 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" } } |