Generation ARPA

Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue

Generation ARPA란 무엇입니까?

Generation ARPA은(는) Advanced Voice Research Labs, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Generation ARPA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generation ARPA  is the world's most advanced products, and now they come with the incredible ability to automate page interactions, reducing user clicks & fatigue. ARPA systems have proven to reduce time for complex processes by 99.17%, compared to solely human ops and over 60% less failovers to humans v/s industry-leading chatbots.  Convert routine, mechanical processes into ease to audit trees, without engineers. Start down one path, go up & change options, ask questions in between and then continue. No proprietary language to learn, no special training required, no gotchas, no secret upgrade packs.                    

확장 프로그램 기본 정보

이름 Generation ARPA Generation ARPA
ID bedgnbdkmmjecbfnghnegcpomcmlfcek
공식 URL https://chromewebstore.google.com/detail/generation-arpa/bedgnbdkmmjecbfnghnegcpomcmlfcek
설명 Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue
파일 크기 221 KB
설치 횟수 67
현재 버전 4.1.3.2721
최근 업데이트 2022-03-11
출시 날짜 2021-12-24
개발자 Advanced Voice Research Labs, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.avrl.io/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Generation ARPA",
    "description": "Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue",
    "version": "4.1.3.2721",
    "permissions": [
        "",
        "https:\/\/*\/",
        "storage",
        "contextMenus",
        "management",
        "alarms",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "content\/content.css"
    ],
    "browser_action": {
        "default_icon": "imgs\/128px.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "imgs\/16px.png",
        "32": "imgs\/32px.png",
        "48": "imgs\/48px.png",
        "128": "imgs\/128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/chatbot.js",
                "content\/auth.js",
                "content\/toast.js",
                "content\/api_call.js",
                "content\/xpath.js",
                "content\/arpa_actions.js",
                "content\/helper.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_idle"
        }
    ]
}