Kingdee RPA Automation
金蝶RPA机器人浏览器自动化插件
What is Kingdee RPA Automation?
Kingdee RPA Automation is a Chrome extension developed by kingdeerpa, and its main feature is "金蝶RPA机器人浏览器自动化插件".
Extension Screenshots
Download Kingdee RPA Automation Extension CRX File
Download Kingdee RPA Automation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用于启用 Web 自动化的加载项 金蝶小K-RPA机器人扩展 金蝶小K-RPA机器人使您能够在您的计算机上自动执行手动流程和任务。 安装扩展以自动执行诸如模拟人工鼠标操作,Web页面操作, Web 脚本编写、数据提取、Web 测试、Web 窗体填写、进行 API 调用等操作。 此浏览器扩展需要其他软件才能正常执行。请确保您已将金蝶小K-RPA机器人 下载并将安装到设备,然后再继续。
Extension Basic Information
Name | Kingdee RPA Automation |
ID | aailgchhicjcgeoegpkgnnffmhkjlnpc |
Official URL | https://chromewebstore.google.com/detail/kingdee-rpa-automation/aailgchhicjcgeoegpkgnnffmhkjlnpc |
Description | 金蝶RPA机器人浏览器自动化插件 |
File Size | 25.84 KB |
Installation Count | 29 |
Current Version | 1.2.7 |
Last Updated | 2021-09-06 |
Publish Date | 2020-05-28 |
Developer | kingdeerpa |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": ".\/icons\/xiaoK.png", "default_title": "Kingdee RPA Automation" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": ".\/icons\/xiaoK.png", "16": ".\/icons\/xiaoK.png", "48": ".\/icons\/xiaoK.png" }, "description": "\u91d1\u8776RPA\u673a\u5668\u4eba\u6d4f\u89c8\u5668\u81ea\u52a8\u5316\u63d2\u4ef6", "manifest_version": 2, "name": "Kingdee RPA Automation", "permissions": [ "nativeMessaging", "webNavigation", "management", "tabs", " |