Newgen Web Recorder

Newgen web recorder is an extension to Newgen RPA suite

Newgen Web Recorder क्या है?

Newgen Web Recorder ibpsrpa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Newgen web recorder is an extension to Newgen RPA suite"।

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

screenshot

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

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

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

                        Newgen web recorder is designed to record, edit and test human actions on web based applications. It seamlessly integrates with Newgen RPA script designer and Newgen low code application platform (iBPS) to accelerate business processes through bots. Recorder creates an automation sequence of activities that can be further edited using script designer as well as web recorder. 

Newgen web recorder supports the Chrome version 96 and above.                    

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

नाम Newgen Web Recorder Newgen Web Recorder
ID akobpmedfdpmgocehllaondcdhldoedp
आधिकारिक URL https://chromewebstore.google.com/detail/newgen-web-recorder/akobpmedfdpmgocehllaondcdhldoedp
विवरण Newgen web recorder is an extension to Newgen RPA suite
फ़ाइल का आकार 4.27 MB
स्थापना संख्या 44
वर्तमान संस्करण 3.17.6
अंतिम अपडेट 2022-11-21
प्रकाशन तिथि 2020-07-01
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर ibpsrpa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Newgen web recorder is an extension to Newgen RPA suite",
    "manifest_version": 2,
    "name": "Newgen Web Recorder",
    "version": "3.17.6",
    "version_name": "3.17.6",
    "homepage_url": "https:\/\/newgensoft.com\/products\/business-process-management\/",
    "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": "Newgen IDE"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "downloads",
        "webNavigation",
        "storage",
        "debugger",
        ""
    ],
    "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",
                "content_script.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "155992928d924b8041c7135a5fba8b366430297e@temporary-addon",
            "strict_min_version": "42.0"
        }
    }
}