RPA Automation Extension
RPA web recording and playback extension.
RPA Automation Extensionคืออะไร?
RPA Automation Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiaolei028 และคุณลักษณะหลักของมันคือ "RPA web recording and playback extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RPA Automation Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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", " |