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."입니다.
확장 프로그램 스크린샷
Nintex RPA Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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": [ " |