Sherpa RPA

Sherpa RPA

什么是Sherpa RPA?

Sherpa RPA是由https://sherparpa.ru开发的Chrome扩展程序,该扩展的主要功能是“Sherpa RPA”。

扩展截图

screenshot

下载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 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"
}