Sherpa RPA

Sherpa RPA

Sherpa RPA क्या है?

Sherpa RPA https://sherparpa.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sherpa RPA"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sherpa RPA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}