WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Hyland RPA Automation Extension

Hyland RPA Automation Extension

View on Chrome Web Store
5.0 (2 ratings)
0 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows Hyland RPA to access and automate the browser.
Type
Extension
Users
145 users
1
Hyland Software, Inc.
Published
Version 1.0.44
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hyland RPA Automation Extension",
    "version": "1.0.44",
    "description": "Allows Hyland RPA to access and automate the browser.",
    "icons": {
        "16": "hyland.png",
        "48": "hyland.png",
        "128": "hyland.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "tabs",
        "debugger"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.