Kingdee RPA Automation

金蝶RPA机器人浏览器自动化插件

Kingdee RPA Automation란 무엇입니까?

Kingdee RPA Automation은(는) kingdeerpa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "金蝶RPA机器人浏览器自动化插件"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kingdee RPA Automation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        用于启用 Web 自动化的加载项
金蝶小K-RPA机器人扩展

金蝶小K-RPA机器人使您能够在您的计算机上自动执行手动流程和任务。

安装扩展以自动执行诸如模拟人工鼠标操作,Web页面操作, Web 脚本编写、数据提取、Web 测试、Web 窗体填写、进行 API 调用等操作。

此浏览器扩展需要其他软件才能正常执行。请确保您已将金蝶小K-RPA机器人 下载并将安装到设备,然后再继续。                    

확장 프로그램 기본 정보

이름 Kingdee RPA Automation 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",
        ""
    ],
    "version": "1.2.7"
}