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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } ] } |