Automation Anywhere

Automation Anywhere Enterprise extension to automate web applications in Google Chrome.

Automation Anywhere क्या है?

Automation Anywhere Automation Anywhere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automation Anywhere Enterprise extension to automate web applications in Google Chrome."।

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

screenshot
screenshot
screenshot

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

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

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

                        Automation Anywhere named a Leader in the 2019 Gartner Magic Quadrant for RPA Software, Gartner’s first-ever evaluation of the RPA industry.

This extension supports Enterprise A2019 and Community Edition and eases the auto-login configuration process, as well as record and playback of actions within the Chrome browser. Recording of web tasks in all popular technologies such as HTML, Java, and more are supported using object cloning technology. Detailed information related to the recorded actions is populated, enabling the user to automate tasks quickly in a seamless manner.                    

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

नाम Automation Anywhere Automation Anywhere
ID jjpdebaihkangkfpbgefmnnlafkahebn
आधिकारिक URL https://chromewebstore.google.com/detail/automation-anywhere/jjpdebaihkangkfpbgefmnnlafkahebn
विवरण Automation Anywhere Enterprise extension to automate web applications in Google Chrome.
फ़ाइल का आकार 209 KB
स्थापना संख्या 40,000
वर्तमान संस्करण 11.2.0.0
अंतिम अपडेट 2020-06-25
प्रकाशन तिथि 2020-06-25
रेटिंग 3.21/5 कुल 19 रेटिंग्स
डेवलपर Automation Anywhere
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.automationanywhere.com/
गोपनीयता नीति पृष्ठ URL https://www.automationanywhere.com/sites/default/files/internal-assets/dpa_en.pdf
समर्थित भाषाएँ en
manifest.json
{
    "name": "Automation Anywhere",
    "version": "11.2.0.0",
    "manifest_version": 2,
    "description": "Automation Anywhere Enterprise extension to automate web applications in Google Chrome.",
    "background": {
        "scripts": [
            "AALogger.js",
            "AAChromeCommunicator.js",
            "AANativeMessagingChrome.js",
            "AAChromeBrowserShim.js",
            "HTMLAACommon.js",
            "HTMLExtentionSocket.js",
            "ChromeTabExecutor.js",
            "HTMLEnum.js",
            "HTMLCommon.js",
            "jquery.min.js",
            "jquery.xpath.js",
            "HTMLRecorder.js"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "images\/AAE20.png",
            "38": "images\/AAE40.png"
        }
    },
    "icons": {
        "16": "images\/AAE16.png",
        "48": "images\/AAE50.png",
        "128": "images\/AAE128.png",
        "256": "images\/AAE.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supremomono.com\/*",
            "*:\/\/*.automationanywhere.digital\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.xpath.js",
                "AALogger.js",
                "HTMLRecorder.js",
                "HTMLBridgeAction.js",
                "HTMLExtentionBridge.js",
                "HTMLActionData.js",
                "HTMLEnum.js",
                "HTMLObject.js",
                "HTMLObjectSearch.js",
                "HTMLResult.js",
                "HTMLExecutor.js",
                "HTMLObjectNode.js",
                "HTMLCommon.js",
                "HTMLFrameInfo.js",
                "HTMLPluginObject.js",
                "HTMLWindowAvatar.js",
                "HTMLObjectPath.js",
                "HTMLJavascriptDOMXPath.js",
                "HTMLAACommon.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}