Agility RPA

Agility RPA Integration with Chrome.

Agility RPA란 무엇입니까?

Agility RPA은(는) Enterdev S.A.S.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agility RPA Integration with Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Agility RPA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make RPA Chrome automation using Agility RPA Platform. Only for Agility RPA Users. If you want to create an RPA bot over chrome and you need to use the user instance, you need to add this extension on your browser and provide full access, including files and InPrivate windows. 
This extension only execute the steps described on Agility RPA Studio and any user can view the process when Agility is working because the automation is executed only if an user execute it.                    

확장 프로그램 기본 정보

이름 Agility RPA Agility RPA
ID opdfdiecheihfgilhekjfdbdjgejodie
공식 URL https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie
설명 Agility RPA Integration with Chrome.
파일 크기 245 KB
설치 횟수 0
현재 버전 1.71
최근 업데이트 2023-10-22
출시 날짜 2021-02-16
평점 5.00/5 총 1 개의 평점
개발자 Enterdev S.A.S.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.enterdev.com/
도움말 페이지 URL https://helpdesk.enterdev.co/
개인정보 보호 정책 페이지 URL https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agility RPA",
    "version": "1.71",
    "description": "Agility RPA Integration with Chrome.",
    "short_name": "AgilityRPA",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Agility Extension",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*"
    ]
}