Agility RPA

Agility RPA Integration with Chrome.

Agility RPA क्या है?

Agility RPA Enterdev S.A.S. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Agility RPA Integration with Chrome."।

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

screenshot

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

crx प्रारूप में Agility RPA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Make RPA Chrome automation using Agility RPA Platform. Only for Agility RPA Users. If you want to create an RPA bot over chrome and you need to use the user instance, you need to add this extension on your browser and provide full access, including files and InPrivate windows. 
This extension only execute the steps described on Agility RPA Studio and any user can view the process when Agility is working because the automation is executed only if an user execute it.                    

एक्सटेंशन की मूल जानकारी

नाम Agility RPA Agility RPA
ID opdfdiecheihfgilhekjfdbdjgejodie
आधिकारिक URL https://chromewebstore.google.com/detail/agility-rpa/opdfdiecheihfgilhekjfdbdjgejodie
विवरण Agility RPA Integration with Chrome.
फ़ाइल का आकार 245 KB
स्थापना संख्या 0
वर्तमान संस्करण 1.71
अंतिम अपडेट 2023-10-22
प्रकाशन तिथि 2021-02-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Enterdev S.A.S.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.enterdev.com/
सहायता पृष्ठ URL https://helpdesk.enterdev.co/
गोपनीयता नीति पृष्ठ URL https://www.enterdev.com/wp-content/uploads/2019/04/habeasData.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agility RPA",
    "version": "1.71",
    "description": "Agility RPA Integration with Chrome.",
    "short_name": "AgilityRPA",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Agility Extension",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*"
    ]
}