Sherpa RPA
Sherpa RPA
Sherpa RPA란 무엇입니까?
Sherpa RPA은(는) https://sherparpa.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sherpa RPA"입니다.
확장 프로그램 스크린샷
Sherpa RPA 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sherpa RPA plugin for Google Chrome enables Sherpa RPA users to record their actions on the different websites within Google Chrome. Once installed, this plugin will turn blue if the connection to Sherpa RPA Designer is established and turn red otherwise. Use Sherpa RPA Designer to start recording process. Once in the recording mode, hover your mouse cursor over web page items and click on them to record their positions and properties. Follow instructions that appear at the top of the screen. Use Sherpa RPA Recorder toolbar to finish the recording process. Once finished all recorded actions will appear as new script blocks inside Sherpa RPA Designer.
확장 프로그램 기본 정보
이름 | Sherpa RPA |
ID | bdnlfnchnkjeempadnmcgbbkbacffobl |
공식 URL | https://chromewebstore.google.com/detail/sherpa-rpa/bdnlfnchnkjeempadnmcgbbkbacffobl |
설명 | Sherpa RPA |
파일 크기 | 92.93 KB |
설치 횟수 | 1,259 |
현재 버전 | 1.0.9 |
최근 업데이트 | 2022-02-02 |
출시 날짜 | 2020-06-04 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://sherparpa.ru |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sherparpa.ru |
개인정보 보호 정책 페이지 URL | https://sherparpa.ru/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "author": "Sherpa Robotics", "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/logogrey-16.png", "32": "images\/logogrey-32.png", "48": "images\/logogrey-48.png" } }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Sherpa RPA", "icons": { "128": "images\/logo-128.png", "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png" }, "manifest_version": 2, "name": "Sherpa RPA", "permissions": [ "nativeMessaging", "cookies", "tabs", "activeTab", "*:\/\/*\/*" ], "short_name": "Sherpa RPA", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.9" } |