Nintex RPA Chrome Extension
Nintex RPA integration with Google Chrome.
Apa itu Nintex RPA Chrome Extension?
Nintex RPA Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Nintex, dan fitur utamanya adalah "Nintex RPA integration with Google Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nintex RPA Chrome Extension
Unduh file ekstensi Nintex RPA Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Nintex RPA Chrome Extension |
ID | hicljaeiiajaecppcpfphnibmddpehlk |
URL Resmi | https://chromewebstore.google.com/detail/nintex-rpa-chrome-extensi/hicljaeiiajaecppcpfphnibmddpehlk |
Deskripsi | Nintex RPA integration with Google Chrome. |
Ukuran File | 53.5 KB |
Jumlah Instalasi | 1,850 |
Versi Saat Ini | 3.3.0.0 |
Terakhir Diperbarui | 2024-02-06 |
Tanggal Publikasi | 2020-07-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Nintex |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.nintex.com/ |
URL Halaman Bantuan | https://customer.nintex.com |
Bahasa yang Didukung | 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": [ " |