Rival Workspace Manager
Rival Workspace Manager handles rapid workspace setup with multi-monitor support.
What is Rival Workspace Manager?
Rival Workspace Manager is a Chrome extension developed by Rival, and its main feature is "Rival Workspace Manager handles rapid workspace setup with multi-monitor support.".
Extension Screenshots
Download Rival Workspace Manager Extension CRX File
Download Rival Workspace Manager 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
Personalize your Rival Experience.
Extension Basic Information
Name | Rival Workspace Manager |
ID | ppaohddoachljffahpbmdhcolcfhhlkk |
Official URL | https://chromewebstore.google.com/detail/rival-workspace-manager/ppaohddoachljffahpbmdhcolcfhhlkk |
Description | Rival Workspace Manager handles rapid workspace setup with multi-monitor support. |
File Size | 15.42 KB |
Installation Count | 32 |
Current Version | 1.11 |
Last Updated | 2021-03-02 |
Publish Date | 2019-09-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Rival |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rival Workspace Manager", "version": "1.11", "author": "Rival Systems", "description": "Rival Workspace Manager handles rapid workspace setup with multi-monitor support.", "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Rival Workspace Manager", "default_popup": "popup.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/risk.rivalsystems.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |