Agility RPA

Agility RPA Integration with Chrome.

什麼是Agility RPA?

Agility RPA是由Enterdev S.A.S.開發的Chrome擴展程式,該擴展的主要功能是“Agility RPA Integration with Chrome.”。

擴展截圖

screenshot

下載Agility RPA擴展crx文件

下載Agility RPA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}