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
公式URL 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
Eメール [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"
            ]
        }
    ]
}