Nintex RPA Chrome Extension

Nintex RPA integration with Google Chrome.

什麼是Nintex RPA Chrome Extension?

Nintex RPA Chrome Extension是由Nintex開發的Chrome擴展程式,該擴展的主要功能是“Nintex RPA integration with Google Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Nintex RPA Chrome Extension擴展crx文件

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

擴展使用說明

                        This extension allows Nintex RPA to access and automate web pages in Chrome.

Using Nintex RPA, enterprises can leverage trained bots to quickly and cost-effectively automate routine tasks without the use of code in an easy-to-use drag and drop interface. Users are now equipped with a comprehensive, enterprise-grade process management and automation solution that streamlines processes fueled by both structured and unstructured data sources.                    

擴展基本資訊

名稱 Nintex RPA Chrome Extension Nintex RPA Chrome Extension
ID hicljaeiiajaecppcpfphnibmddpehlk
官方網址 https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk
簡介 Nintex RPA integration with Google Chrome.
檔案大小 53.5 KB
安裝次數 1,850
目前版本 3.3.0.0
更新時間 2024-02-06
上架時間 2020-07-07
評分 5.00/5 共 3 次評分
開發者 Nintex
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.nintex.com/
說明頁面URL https://customer.nintex.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.0.0",
    "manifest_version": 3,
    "name": "Nintex RPA Chrome Extension",
    "description": "Nintex RPA integration with Google Chrome.",
    "background": {
        "service_worker": "background.min.js"
    },
    "icons": {
        "16": "NintexRPAChromiumExt16.png",
        "48": "NintexRPAChromiumExt48.png",
        "128": "NintexRPAChromiumExt128.png"
    },
    "permissions": [
        "nativeMessaging",
        "background",
        "activeTab",
        "tabs",
        "webNavigation",
        "windows",
        "storage",
        "downloads",
        "pageCapture"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "NintexRPAChromiumExt16.png",
            "24": "NintexRPAChromiumExt24.png",
            "32": "NintexRPAChromiumExt32.png"
        },
        "default_title": "Nintex RPA"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.min.js"
            ]
        }
    ]
}