Devolutions Workspace

Form filler that obtains entries from Remote Desktop Manager, Devolutions Server and Devolutions Hub Business / Personal

Devolutions Workspace là gì?

Devolutions Workspace là một tiện ích mở rộng Chrome được phát triển bởi https://devolutions.net, và tính năng chính của nó là "Form filler that obtains entries from Remote Desktop Manager, Devolutions Server and Devolutions Hub Business / Personal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Devolutions Workspace

Tải xuống các tệp mở rộng Devolutions Workspace 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

                        Devolutions Workspace is a free browser plugin used in conjunction with Remote Desktop Manager, Devolutions Password Server and Devolutions Password Hub which allows users to securely and automatically inject passwords into websites using credentials stored in their vaults.

Devolutions Workspace provides users with a simple method of automatically connecting to websites without ever having to remember the password. It also gives system administrators full control over the management of passwords, without affecting the user's productivity.

About Devolutions
Established in 2010, Devolutions is a Canadian-based company located near Montreal, Quebec. The firm currently has over 400,000 users in over 140 countries and is on a mission to develop innovative enterprise software that helps users cost-effectively, simply and effectively achieve their remote desktop management, password management, privileged access management and security goals. The firm is also committed to providing exceptional technical support, ensuring an excellent user experience that exceeds expectations, and delivering high performance with superior quality. The firm’s current roster of solutions includes: Remote Desktop Manager, Devolutions Password Hub, Devolutions Password Server and Wayk Now.

https://devolutions.net/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Devolutions Workspace Devolutions Workspace
ID neimonjjffhehnojilepgfejkneaidmo
URL Chính Thức https://chromewebstore.google.com/detail/devolutions-workspace/neimonjjffhehnojilepgfejkneaidmo
Mô tả Form filler that obtains entries from Remote Desktop Manager, Devolutions Server and Devolutions Hub Business / Personal
Kích Thước Tệp 10.34 MB
Số Lần Cài Đặt 49,572
Phiên Bản Hiện Tại 2023.3.4.1
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2020-06-16
Đánh Giá 3.80/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://devolutions.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://devolutions.net
URL Trang Trợ Giúp https://devolutions.net/Support
URL Trang Chính Sách Bảo Mật https://devolutions.net/legal/privacy
Ngôn Ngữ Được Hỗ Trợ de,en-US,fr,nl,tr,es,it,hu,pl,sv,ru,uk,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Devolutions Workspace",
    "short_name": "Workspace",
    "default_locale": "en_US",
    "description": "__MSG_DWLDescription__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAru5UDnxOma2l02Bay+ES9CKgvmDxjjSrRqhwOUWYU7ukocxQZ1TIZtJt1r931c37FKmTQfdss2N2c5rZi2pCUgItVKl4pT3C5aixNhzPkA4kQzAR+EYP9lSpeTCn0ShtwA71FQYK1xxa4v3MbOWaWOQ3wDwymJf74Mmtz0BFWwLUXmFrXn8Nk\/m5F+2EPCY0okLf\/gZfLnQoZUUtWaaFTQJlkoVWDGlZhjcJLTJKOmnGkDvp6z1+OR1+LUDY\/iNm\/2JdwOKB9GatGR9WwUIvQcgEslXalvZPB7xxCO\/FHLBMNYPUNG1UQIXahQ3yE3ZBlRMv6ybO5lwnUfEGOQuHAQIDAQAB",
    "version": "2023.3.4.1",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Devolutions Workspace",
        "default_icon": {
            "19": "assets\/DWLEnable19x19.png",
            "38": "assets\/DWLEnable38x38.png"
        }
    },
    "icons": {
        "16": "assets\/DWLEnable16x16.png",
        "48": "assets\/DWLEnable48x48.png",
        "128": "assets\/DWLEnable128x128.png"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "nativeMessaging",
        "unlimitedStorage",
        "cookies",
        "idle",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "content-script\/autofill.js",
                "content-script\/autofiller.js",
                "content-script\/save-dialog-notification.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "webui\/index.html",
        "content-script\/assets\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "commands": {
        "AutoFill": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_DWLAutofillCommandDescription__"
        },
        "Refresh": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Command+Shift+L"
            },
            "description": "Refresh"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    }
}