Sherpa RPA

Sherpa RPA

Sherpa RPA là gì?

Sherpa RPA là một tiện ích mở rộng Chrome được phát triển bởi https://sherparpa.ru, và tính năng chính của nó là "Sherpa RPA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sherpa RPA

Tải xuống các tệp mở rộng Sherpa RPA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sherpa RPA Sherpa RPA
ID bdnlfnchnkjeempadnmcgbbkbacffobl
URL Chính Thức https://chromewebstore.google.com/detail/sherpa-rpa/bdnlfnchnkjeempadnmcgbbkbacffobl
Mô tả Sherpa RPA
Kích Thước Tệp 92.93 KB
Số Lần Cài Đặt 1,259
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2022-02-02
Ngày Phát Hành 2020-06-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://sherparpa.ru
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sherparpa.ru
URL Trang Chính Sách Bảo Mật https://sherparpa.ru/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}