Newgen Web Recorder

Newgen web recorder is an extension to Newgen RPA suite

Newgen Web Recorder란 무엇입니까?

Newgen Web Recorder은(는) ibpsrpa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Newgen web recorder is an extension to Newgen RPA suite"입니다.

확장 프로그램 스크린샷

screenshot

Newgen Web Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}