WebExtension.net
WebExtension.net

Ui.Vision

View on Chrome Web Store
View Ui.Vision Chrome Extension on Chrome Web Store
3.9 (215 ratings)
1 new ratings

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

Task and UI test automation with Computer Vision/OCR. Ui.Vision combines browser automation and desktop automation.
Type
Extension
Users
100,000 users
Website ui.vision
Ui.Vision / a9t9 software GmbH
View author page of Ui.Vision / a9t9 software GmbH
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 5, 2017
Version 9.3.5
Manifest version
3
Updated
Updated on October 27, 2024
View on Chrome Web Store
View Ui.Vision Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "version": "9.3.5",
    "icons": {
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "38": "logo38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "inject.js",
                "logo.png"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "debugger",
        "downloads",
        "downloads.ui",
        "notifications",
        "storage",
        "tabs",
        "activeTab",
        "proxy",
        "nativeMessaging",
        "contextMenus",
        "webRequest",
        "webRequestAuthProvider",
        "sidePanel",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval';"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top