Sherpa RPA
Sherpa RPA
Sherpa RPAとは何ですか?
Sherpa RPAはhttps://sherparpa.ruによって開発されたChromeの拡張機能で、その主な機能は「Sherpa RPA」です。
拡張機能のスクリーンショット
Sherpa RPA拡張機能のCRXファイルをダウンロード
Sherpa RPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |