Automation 360

Automation 360 extension to automate web applications in Google Chrome

Τι είναι το Automation 360;

Το Automation 360 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Automation Anywhere, και η κύρια λειτουργία του είναι "Automation 360 extension to automate web applications in Google Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Automation 360

Λήψη αρχείων επέκτασης Automation 360 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automation Anywhere has been recognized by Gartner as a market leader in RPA software category for 3 years in a row.  

This is a Manifest V2 based extension. It supports Automation 360 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 A360 Recorder technology. Detailed information related to the recorded actions is populated, enabling the user to automate tasks quickly in a seamless manner. It is recommended to switch to Automation 360 Manifest V3 based Chrome browser extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Automation 360 Automation 360
ID kammdlphdfejlopponbapgpbgakimokm
Επίσημο URL https://chromewebstore.google.com/detail/automation-360/kammdlphdfejlopponbapgpbgakimokm
Περιγραφή Automation 360 extension to automate web applications in Google Chrome
Μέγεθος Αρχείου 140 KB
Αριθμός Εγκαταστάσεων 67,511
Τρέχουσα Έκδοση 1.7.0.0
Τελευταία Ενημέρωση 2022-09-22
Ημερομηνία Δημοσίευσης 2020-10-06
Αξιολόγηση 3.27/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Automation Anywhere
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.automationanywhere.com/sites/default/files/internal-assets/dpa_en.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "Automation 360",
    "version": "1.7.0.0",
    "manifest_version": 2,
    "description": "Automation 360 extension to automate web applications in Google Chrome",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; child-src 'none';font-src 'none';img-src 'none';media-src 'none';report-uri 'none'; worker-src 'none'; frame-ancestors 'none'; style-src 'none'; form-action 'none'; frame-src 'none'; manifest-src 'none'; prefetch-src 'none'; navigate-to 'none';",
    "background": {
        "scripts": [
            "Browser.js",
            "AALogger.js",
            "ExtensionCommunicator.js",
            "ExtensionNativeMessaging.js",
            "ExtensionBrowserShim.js",
            "HTMLAACommon.js",
            "ExtensionBrowserAction.js",
            "HTMLExtensionSocket.js",
            "ExtensionTabExecutor.js",
            "HTMLEnum.js",
            "HTMLCommon.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"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supremomono.com\/*",
            "*:\/\/*.automationanywhere.digital\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "AALogger.js",
                "HTMLRecorder.js",
                "HTMLBridgeAction.js",
                "HTMLExtensionBridge.js",
                "HTMLBrowserAction.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",
                "HTMLTrigger.js",
                "ExtensionTriggers.js",
                "DetectFramework.js",
                "HTMLMapper.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}