Generation ARPA

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

Generation ARPA là gì?

Generation ARPA là một tiện ích mở rộng Chrome được phát triển bởi Advanced Voice Research Labs, Inc., và tính năng chính của nó là "Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Generation ARPA

Tải xuống các tệp mở rộng Generation ARPA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Generation ARPA Generation ARPA
ID bedgnbdkmmjecbfnghnegcpomcmlfcek
URL Chính Thức https://chromewebstore.google.com/detail/generation-arpa/bedgnbdkmmjecbfnghnegcpomcmlfcek
Mô tả Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 4.1.3.2721
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2021-12-24
Nhà Phát Triển Advanced Voice Research Labs, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.avrl.io/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}