Nintex RPA Chrome Extension
Nintex RPA integration with Google Chrome.
¿Qué es Nintex RPA Chrome Extension?
Nintex RPA Chrome Extension es una extensión de Chrome desarrollada por Nintex, y su función principal es "Nintex RPA integration with Google Chrome.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Nintex RPA Chrome Extension
Descarga archivos de extensión Nintex RPA Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Nintex RPA Chrome Extension |
ID | hicljaeiiajaecppcpfphnibmddpehlk |
URL Oficial | https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk |
Descripción | Nintex RPA integration with Google Chrome. |
Tamaño del Archivo | 53.5 KB |
Cantidad de Instalaciones | 1,850 |
Versión Actual | 3.3.0.0 |
Última Actualización | 2024-02-06 |
Fecha de Publicación | 2020-07-07 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Nintex |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.nintex.com/ |
URL de la Página de Ayuda | https://customer.nintex.com |
Idiomas Soportados | 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": [ " |