Kingdee RPA Automation
金蝶RPA机器人浏览器自动化插件
Cos'è Kingdee RPA Automation?
Kingdee RPA Automation è un'estensione di Chrome sviluppata da kingdeerpa, e la sua funzione principale è "金蝶RPA机器人浏览器自动化插件".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kingdee RPA Automation
Scarica i file di estensione Kingdee RPA Automation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
用于启用 Web 自动化的加载项 金蝶小K-RPA机器人扩展 金蝶小K-RPA机器人使您能够在您的计算机上自动执行手动流程和任务。 安装扩展以自动执行诸如模拟人工鼠标操作,Web页面操作, Web 脚本编写、数据提取、Web 测试、Web 窗体填写、进行 API 调用等操作。 此浏览器扩展需要其他软件才能正常执行。请确保您已将金蝶小K-RPA机器人 下载并将安装到设备,然后再继续。
Informazioni di Base sull'Estensione
Nome | Kingdee RPA Automation |
ID | aailgchhicjcgeoegpkgnnffmhkjlnpc |
URL Ufficiale | https://chromewebstore.google.com/detail/kingdee-rpa-automation/aailgchhicjcgeoegpkgnnffmhkjlnpc |
Descrizione | 金蝶RPA机器人浏览器自动化插件 |
Dimensione del File | 25.84 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.2.7 |
Ultimo Aggiornamento | 2021-09-06 |
Data di Pubblicazione | 2020-05-28 |
Sviluppatore | kingdeerpa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |