Nintex RPA Chrome Extension

Nintex RPA integration with Google Chrome.

Wat is Nintex RPA Chrome Extension?

Nintex RPA Chrome Extension is een Chrome-extensie ontwikkeld door Nintex, en de belangrijkste functie is "Nintex RPA integration with Google Chrome.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nintex RPA Chrome Extension

Download Nintex RPA Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nintex RPA Chrome Extension Nintex RPA Chrome Extension
ID hicljaeiiajaecppcpfphnibmddpehlk
Officiële URL https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk
Beschrijving Nintex RPA integration with Google Chrome.
Bestandsgrootte 53.5 KB
Aantal Installaties 1,850
Huidige Versie 3.3.0.0
Laatst Bijgewerkt 2024-02-06
Publicatiedatum 2020-07-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Nintex
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nintex.com/
Help Pagina-URL https://customer.nintex.com
Ondersteunde Talen 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"
            ]
        }
    ]
}