Generation ARPA

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

Was ist Generation ARPA?

Generation ARPA ist eine Chrome-Erweiterung, die von Advanced Voice Research Labs, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Generation ARPA-Erweiterungs-CRX-Datei herunterladen

Laden Sie Generation ARPA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Generation ARPA Generation ARPA
ID bedgnbdkmmjecbfnghnegcpomcmlfcek
Offizielle URL https://chromewebstore.google.com/detail/generation-arpa/bedgnbdkmmjecbfnghnegcpomcmlfcek
Beschreibung Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue
Dateigröße 221 KB
Installationsanzahl 67
Aktuelle Version 4.1.3.2721
Letztes Update 2022-03-11
Veröffentlichungsdatum 2021-12-24
Entwickler Advanced Voice Research Labs, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.avrl.io/
Unterstützte Sprachen 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"
        }
    ]
}