ELMA RPA Web Recognizer

A web extension to search control on web-page for ELMA RPA.

ELMA RPA Web Recognizerとは何ですか?

ELMA RPA Web RecognizerはELMA RPAによって開発されたChromeの拡張機能で、その主な機能は「A web extension to search control on web-page for ELMA RPA.」です。

拡張機能のスクリーンショット

screenshot
screenshot

ELMA RPA Web Recognizer拡張機能のCRXファイルをダウンロード

ELMA RPA Web Recognizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension help find UI elements on web pages.                    

拡張機能の基本情報

名前 ELMA RPA Web Recognizer ELMA RPA Web Recognizer
ID gkcflhpdjejhljgdcbknpnihjkdeiboa
公式URL https://chromewebstore.google.com/detail/elma-rpa-web-recognizer/gkcflhpdjejhljgdcbknpnihjkdeiboa
説明 A web extension to search control on web-page for ELMA RPA.
ファイルサイズ 2.2 MB
インストール数 60
現在のバージョン 1.1.1
最終更新日 2022-03-01
公開日 2020-12-03
開発者 ELMA RPA
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://elma365.com/ru/products/rpa/
ヘルプページのURL https://elma365.com/ru/help/elma-rpa.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ELMA RPA Web Recognizer",
    "description": "A web extension to search control on web-page for ELMA RPA.",
    "version": "1.1.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*",
        "file:\/\/*",
        "clipboardWrite",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self';",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "web-recognize"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/mouse.css"
            ],
            "js": [
                "js\/browser-polyfill.js",
                "js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}