Automation 360

Automation 360 extension to automate web applications in Google Chrome (MV3).

Automation 360คืออะไร?

Automation 360 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Automation Anywhere และคุณลักษณะหลักของมันคือ "Automation 360 extension to automate web applications in Google Chrome (MV3)."

ภาพหน้าจอของส่วนขยาย

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 V3 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Automation 360 Automation 360
ID bboccnojhhoegfffpcllbeigipedjedf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automation-360/bboccnojhhoegfffpcllbeigipedjedf
คำอธิบาย Automation 360 extension to automate web applications in Google Chrome (MV3).
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 140,227
เวอร์ชันปัจจุบัน 3.1.0.0
อัปเดตครั้งล่าสุด 2023-07-15
วันที่เผยแพร่ 2022-09-22
ผู้พัฒนา Automation Anywhere
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.automationanywhere.com
URL หน้าช่วยเหลือ https://www.automationanywhere.com
URL หน้านโยบายความเป็นส่วนตัว https://www.automationanywhere.com/sites/default/files/internal-assets/dpa_en.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automation 360",
    "version": "3.1.0.0",
    "manifest_version": 3,
    "description": "Automation 360 extension to automate web applications in Google Chrome (MV3).",
    "background": {
        "service_worker": "ExtensionBackgroundLoader.js"
    },
    "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",
                "HTMLAlertWrapper.js",
                "HTMLMapper.js",
                "HTMLScriptActivation.js",
                "HTMLAPIRecorderAction.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "HTMLAlertWrapper.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "",
        "default_icon": {
            "19": "images\/AAE20.png",
            "38": "images\/AAE40.png"
        }
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/*.supremomono.com\/*",
            "*:\/\/*.automationanywhere.digital\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "scripting",
        "nativeMessaging",
        "debugger",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "images\/AAE16.png",
        "48": "images\/AAE50.png",
        "128": "images\/AAE128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}