Nintex RPA Chrome Extension

Nintex RPA integration with Google Chrome.

Co to jest Nintex RPA Chrome Extension?

Nintex RPA Chrome Extension to rozszerzenie Chrome opracowane przez Nintex, a jego główną funkcją jest „Nintex RPA integration with Google Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Nintex RPA Chrome Extension

Pobierz pliki rozszerzeń Nintex RPA Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nintex RPA Chrome Extension Nintex RPA Chrome Extension
ID hicljaeiiajaecppcpfphnibmddpehlk
Oficjalny URL https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk
Opis Nintex RPA integration with Google Chrome.
Rozmiar pliku 53.5 KB
Liczba instalacji 1,850
Aktualna Wersja 3.3.0.0
Ostatnia Aktualizacja 2024-02-06
Data Publikacji 2020-07-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Nintex
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.nintex.com/
Adres URL Strony Pomocy https://customer.nintex.com
Obsługiwane Języki 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"
            ]
        }
    ]
}