Zeeromed Multi-monitor
Zeeromed client-side management
Co je Zeeromed Multi-monitor?
Zeeromed Multi-monitor je rozšíření Chrome vyvinuté O3 Enterprise srl, a jeho hlavní funkcí je „Zeeromed client-side management“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zeeromed Multi-monitor
Stáhněte si soubory rozšíření Zeeromed Multi-monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Zeeromed extension for multi-monitors and shortcuts management.
It handles opening of images on 1 or 2 medical displays. Základní Informace o Rozšíření
| Název | |
| ID | jndbgffdnmpofdchjdnmeinejilodggn |
| Oficiální URL | https://chromewebstore.google.com/detail/zeeromed-multi-monitor/jndbgffdnmpofdchjdnmeinejilodggn |
| Popis | Zeeromed client-side management |
| Velikost souboru | 681 KB |
| Počet instalací | 667 |
| Aktuální Verze | 1.4.1 |
| Poslední Aktualizace | 2022-06-07 |
| Datum Vydání | 2019-12-09 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | O3 Enterprise srl |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://www.zeeromed.com/privacy-policy |
| Podporované Jazyky | 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"
}
} | |