Rival Workspace Manager
Rival Workspace Manager handles rapid workspace setup with multi-monitor support.
Wat is Rival Workspace Manager?
Rival Workspace Manager is een Chrome-extensie ontwikkeld door Rival, en de belangrijkste functie is "Rival Workspace Manager handles rapid workspace setup with multi-monitor support.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rival Workspace Manager
Download Rival Workspace Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Personalize your Rival Experience. Basisinformatie over de Extensie
| Naam | |
| ID | ppaohddoachljffahpbmdhcolcfhhlkk |
| Officiële URL | https://chromewebstore.google.com/detail/rival-workspace-manager/ppaohddoachljffahpbmdhcolcfhhlkk |
| Beschrijving | Rival Workspace Manager handles rapid workspace setup with multi-monitor support. |
| Bestandsgrootte | 15.42 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 1.11 |
| Laatst Bijgewerkt | 2021-03-02 |
| Publicatiedatum | 2019-09-13 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Rival |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |