Rival Workspace Manager
Rival Workspace Manager handles rapid workspace setup with multi-monitor support.
Rival Workspace Manager là gì?
Rival Workspace Manager là một tiện ích mở rộng Chrome được phát triển bởi Rival, và tính năng chính của nó là "Rival Workspace Manager handles rapid workspace setup with multi-monitor support.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rival Workspace Manager
Tải xuống các tệp mở rộng Rival Workspace Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Personalize your Rival Experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rival Workspace Manager |
ID | ppaohddoachljffahpbmdhcolcfhhlkk |
URL Chính Thức | https://chromewebstore.google.com/detail/rival-workspace-manager/ppaohddoachljffahpbmdhcolcfhhlkk |
Mô tả | Rival Workspace Manager handles rapid workspace setup with multi-monitor support. |
Kích Thước Tệp | 15.42 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.11 |
Cập Nhật Lần Cuối | 2021-03-02 |
Ngày Phát Hành | 2019-09-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Rival |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |