Recorder Action
The operation on the operation webpage automatically generates AdsPower's RPA process
Recorder Action란 무엇입니까?
Recorder Action은(는) AdsPower에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The operation on the operation webpage automatically generates AdsPower's RPA process"입니다.
확장 프로그램 스크린샷
Recorder Action 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Operation recording is used for browser automation step recording. After starting, it will record clicks, input, page scrolling, and drop-down selections on the current page. The operation steps are as follows: 1. Click Recorder Now to start recording 2. The click, scroll, input, and jump of the operation page will be recorded as an RPA automation process 3. When the page jumps, you need to wait for the status WAIT to update to REC, and then re-operate to record 4. During the recording process, if some operations are not recorded, click Pause first, and then click Resume after the operation is complete 5. After the recording is complete, click Export and copy to the pasteboard 6. Process of RPA robot imported into AdsPower Operate on AdsPower: 1. Go back to the RPA robot process of AdsPower, create process -> import 2. Check the browser environment and select the RPA robot process just created 3. Here AdsPower will automatically open the browser, visit the website just recorded and repeat the operation just recorded
확장 프로그램 기본 정보
이름 | Recorder Action |
ID | hkefjlonaegglofbhbjblbhmhfhmnfjf |
공식 URL | https://chromewebstore.google.com/detail/recorder-action/hkefjlonaegglofbhbjblbhmhfhmnfjf |
설명 | The operation on the operation webpage automatically generates AdsPower's RPA process |
파일 크기 | 63.78 KB |
설치 횟수 | 777 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2021-07-02 |
출시 날짜 | 2021-06-21 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | AdsPower |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.adspower.net/?code=cdyhqt&source=record |
개인정보 보호 정책 페이지 URL | https://www.adspower.net |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "short_name": "recorder-action", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "permissions": [ "storage", "activeTab", "webNavigation", "clipboardWrite", "*:\/\/*\/" ], "homepage_url": "https:\/\/www.adspower.net", "offline_enabled": true, "browser_action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_ext_name__" }, "background": { "scripts": [ "libs\/background.js" ] }, "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "options_page": "popup\/help.html" } |