RPA Automation Extension

RPA web recording and playback extension.

RPA Automation Extension क्या है?

RPA Automation Extension xiaolei028 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RPA web recording and playback extension."।

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

screenshot

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

crx प्रारूप में RPA Automation Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is a plug-in for RPA  products.it helps to implement automation functions
1.Record browser operations (click,input get text,etc.)
2. Playback recording operation
3.Element capture (grab an element and its information from the curren DOM.)                    

एक्सटेंशन की मूल जानकारी

नाम RPA Automation Extension RPA Automation Extension
ID deknijehbgjmcifokgebbchmhpenfnee
आधिकारिक URL https://chromewebstore.google.com/detail/rpa-automation-extension/deknijehbgjmcifokgebbchmhpenfnee
विवरण RPA web recording and playback extension.
फ़ाइल का आकार 9.8 MB
स्थापना संख्या 219
वर्तमान संस्करण 3.8.1.21
अंतिम अपडेट 2023-08-21
प्रकाशन तिथि 2021-10-27
डेवलपर xiaolei028
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://rpa.paas.cmbchina.com/privacy
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "RPA web recording and playback extension.",
    "manifest_version": 2,
    "name": "RPA Automation Extension",
    "version": "3.8.1.21",
    "version_name": "3.8.1.21",
    "homepage_url": "http:\/\/rpa-community.paasuat.cmbchina.cn",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_menu16.png",
            "32": "icons\/icon_menu32.png",
            "64": "icons\/icon_menu64.png"
        },
        "default_title": "RPA Automation Extension"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "downloads",
        "webNavigation",
        "storage",
        "debugger",
        "",
        "nativeMessaging"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon128.png",
        "icons\/icon_light128.png",
        "assets\/prompt.js",
        "assets\/indicator.js",
        "assets\/highlight.css",
        "bootstrap.html",
        "indicator.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr\/yyMqtgXcU=' 'sha256-4cgtnhJWZr038A2+gTGcUgQL2QsJao6c0AiTxYYo6c8=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/vendor\/global.js",
                "assets\/vendor\/selenium-browserdetect.js",
                "assets\/atoms.js",
                "assets\/polyfills.js",
                "assets\/escape.js",
                "assets\/playback.js",
                "assets\/record.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}