RPA Automation Extension
RPA web recording and playback extension.
RPA Automation Extensionとは何ですか?
RPA Automation Extensionはxiaolei028によって開発されたChromeの拡張機能で、その主な機能は「RPA web recording and playback extension.」です。
拡張機能のスクリーンショット
RPA Automation Extension拡張機能のCRXファイルをダウンロード
RPA Automation Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a plug-in for RPA products.it helps to implement automation functions 1.Record browser operations (click,input get text,etc.) 2. Playback recording operation 3.Element capture (grab an element and its information from the curren DOM.)
拡張機能の基本情報
名前 | RPA Automation Extension |
ID | deknijehbgjmcifokgebbchmhpenfnee |
公式URL | https://chromewebstore.google.com/detail/rpa-automation-extension/deknijehbgjmcifokgebbchmhpenfnee |
説明 | RPA web recording and playback extension. |
ファイルサイズ | 9.8 MB |
インストール数 | 219 |
現在のバージョン | 3.8.1.21 |
最終更新日 | 2023-08-21 |
公開日 | 2021-10-27 |
開発者 | xiaolei028 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://rpa.paas.cmbchina.com/privacy |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "RPA web recording and playback extension.", "manifest_version": 2, "name": "RPA Automation Extension", "version": "3.8.1.21", "version_name": "3.8.1.21", "homepage_url": "http:\/\/rpa-community.paasuat.cmbchina.cn", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon_menu16.png", "32": "icons\/icon_menu32.png", "64": "icons\/icon_menu64.png" }, "default_title": "RPA Automation Extension" }, "applications": { "gecko": { "id": "[email protected]" } }, "permissions": [ "tabs", "activeTab", "contextMenus", "downloads", "webNavigation", "storage", "debugger", " |