Automation Anywhere
Automation Anywhere Enterprise extension to automate web applications in Google Chrome.
什麼是Automation Anywhere?
Automation Anywhere是由Automation Anywhere開發的Chrome擴展程式,該擴展的主要功能是“Automation Anywhere Enterprise extension to automate web applications in Google Chrome.”。
擴展截圖
下載Automation Anywhere擴展crx文件
下載Automation Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automation Anywhere named a Leader in the 2019 Gartner Magic Quadrant for RPA Software, Gartner’s first-ever evaluation of the RPA industry. This extension supports Enterprise A2019 and Community Edition and eases the auto-login configuration process, as well as record and playback of actions within the Chrome browser. Recording of web tasks in all popular technologies such as HTML, Java, and more are supported using object cloning technology. Detailed information related to the recorded actions is populated, enabling the user to automate tasks quickly in a seamless manner.
擴展基本資訊
名稱 | Automation Anywhere |
ID | jjpdebaihkangkfpbgefmnnlafkahebn |
官方網址 | https://chromewebstore.google.com/detail/automation-anywhere/jjpdebaihkangkfpbgefmnnlafkahebn |
簡介 | Automation Anywhere Enterprise extension to automate web applications in Google Chrome. |
檔案大小 | 209 KB |
安裝次數 | 40,000 |
目前版本 | 11.2.0.0 |
更新時間 | 2020-06-25 |
上架時間 | 2020-06-25 |
評分 | 3.21/5 共 19 次評分 |
開發者 | Automation Anywhere |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.automationanywhere.com/ |
隱私政策頁面URL | https://www.automationanywhere.com/sites/default/files/internal-assets/dpa_en.pdf |
支援的語言 | en |
manifest.json | |
{ "name": "Automation Anywhere", "version": "11.2.0.0", "manifest_version": 2, "description": "Automation Anywhere Enterprise extension to automate web applications in Google Chrome.", "background": { "scripts": [ "AALogger.js", "AAChromeCommunicator.js", "AANativeMessagingChrome.js", "AAChromeBrowserShim.js", "HTMLAACommon.js", "HTMLExtentionSocket.js", "ChromeTabExecutor.js", "HTMLEnum.js", "HTMLCommon.js", "jquery.min.js", "jquery.xpath.js", "HTMLRecorder.js" ] }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "images\/AAE20.png", "38": "images\/AAE40.png" } }, "icons": { "16": "images\/AAE16.png", "48": "images\/AAE50.png", "128": "images\/AAE128.png", "256": "images\/AAE.png" }, "permissions": [ "nativeMessaging", "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.supremomono.com\/*", "*:\/\/*.automationanywhere.digital\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery.min.js", "jquery.xpath.js", "AALogger.js", "HTMLRecorder.js", "HTMLBridgeAction.js", "HTMLExtentionBridge.js", "HTMLActionData.js", "HTMLEnum.js", "HTMLObject.js", "HTMLObjectSearch.js", "HTMLResult.js", "HTMLExecutor.js", "HTMLObjectNode.js", "HTMLCommon.js", "HTMLFrameInfo.js", "HTMLPluginObject.js", "HTMLWindowAvatar.js", "HTMLObjectPath.js", "HTMLJavascriptDOMXPath.js", "HTMLAACommon.js" ], "run_at": "document_idle", "all_frames": false } ] } |