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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generation ARPA, is Augmented Robotic Process Automation. Adv. ability to automate page interactions, reducing user clicks & fatigue"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Generation ARPA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}