Infor-RPA Recorder & Inspector

Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily

Infor-RPA Recorder & Inspector란 무엇입니까?

Infor-RPA Recorder & Inspector은(는) Infor Global Cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily"입니다.

확장 프로그램 스크린샷

screenshot

Infor-RPA Recorder & Inspector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        RPA Inspector is used to inspect web elements in activity designing in Infor RPA Studio.
Change log:
* New UI
* Separate window to control recordings and inspections
* New export and import feature                    

확장 프로그램 기본 정보

이름 Infor-RPA Recorder & Inspector Infor-RPA Recorder & Inspector
ID nelmfadigmfomkjikbehenlpjnpfdicd
공식 URL https://chromewebstore.google.com/detail/infor-rpa-recorder-inspec/nelmfadigmfomkjikbehenlpjnpfdicd
설명 Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily
파일 크기 2.39 MB
설치 횟수 220
현재 버전 4.1
최근 업데이트 2023-06-16
출시 날짜 2022-03-08
평점 5.00/5 총 3 개의 평점
개발자 Infor Global Cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.infor.com/
개인정보 보호 정책 페이지 URL http://www.infor.com/company/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infor-RPA Recorder & Inspector",
    "version": "4.1",
    "manifest_version": 3,
    "description": "Infor-RPA Recorder & Inspector is used with RPA Studio to create workflows easily",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_title": "Infor-RPA Recorder & Inspector",
        "default_icon": "icons\/icon.png",
        "permissions": [
            "tabs"
        ]
    },
    "sandbox": {
        "pages": [
            "panel2.html"
        ]
    },
    "icons": {
        "48": "icons\/icon.png",
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "webRequest",
        "storage",
        "webNavigation",
        "downloads",
        "system.display"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/md5.min.js",
                "js\/pako.min.js",
                "js\/tools.js",
                "js\/custom-config.js",
                "js\/locatorBuilders.js",
                "js\/recorder.js",
                "js\/indexed-db-utils.js",
                "js\/vista.js",
                "js\/siera.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/topbar.js",
                "js\/recorder-handlers.js",
                "web\/js\/vue.esm-browser.js"
            ],
            "match_about_blank": true
        },
        {
            "all_frames": true,
            "js": [
                "js\/util.js",
                "js\/content\/atoms.js",
                "js\/content\/utils.js",
                "js\/common\/escape.js",
                "js\/content\/targetSelecter.js",
                "js\/content\/sizzle.js",
                "js\/content\/content.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/common\/browser-polyfill.js",
                "js\/content\/prompt-injecter.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/pathfinder\/js\/scripts\/libs\/jquery-json-2.6.js",
                "js\/pathfinder\/js\/scripts\/libs\/infor-companyon-client.js"
            ],
            "matches": [
                "https:\/\/*.inforcloudsuite.com\/*",
                "https:\/\/*.awsdev.infor.com\/*",
                "https:\/\/*.aws.infor.com\/*",
                "https:\/\/*.cloud.infor.com\/infor"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html",
                "panel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}