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文件

下載Generation ARPA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}