Kingdee RPA Automation
金蝶RPA机器人浏览器自动化插件
什么是Kingdee RPA Automation?
Kingdee RPA Automation是由kingdeerpa开发的Chrome扩展程序,该扩展的主要功能是“金蝶RPA机器人浏览器自动化插件”。
扩展截图
下载Kingdee RPA Automation扩展crx文件
下载Kingdee RPA Automation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
用于启用 Web 自动化的加载项 金蝶小K-RPA机器人扩展 金蝶小K-RPA机器人使您能够在您的计算机上自动执行手动流程和任务。 安装扩展以自动执行诸如模拟人工鼠标操作,Web页面操作, Web 脚本编写、数据提取、Web 测试、Web 窗体填写、进行 API 调用等操作。 此浏览器扩展需要其他软件才能正常执行。请确保您已将金蝶小K-RPA机器人 下载并将安装到设备,然后再继续。
扩展基本信息
名称 | Kingdee RPA Automation |
ID | aailgchhicjcgeoegpkgnnffmhkjlnpc |
官方URL | https://chromewebstore.google.com/detail/kingdee-rpa-automation/aailgchhicjcgeoegpkgnnffmhkjlnpc |
简介 | 金蝶RPA机器人浏览器自动化插件 |
文件大小 | 25.84 KB |
安装次数 | 29 |
当前版本 | 1.2.7 |
更新时间 | 2021-09-06 |
上架时间 | 2020-05-28 |
开发者 | kingdeerpa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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", " |