Cognillo Genta Desktop Agent

This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.

Cognillo Genta Desktop Agent란 무엇입니까?

Cognillo Genta Desktop Agent은(는) chrome.admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cognillo Genta Desktop Agent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension is used by Cognillo's Genta Desktop Agent to allow important functions such as capturing of web elements and active tab information, which are then used in robotic process automation workflows.                    

확장 프로그램 기본 정보

이름 Cognillo Genta Desktop Agent Cognillo Genta Desktop Agent
ID cfiepbbgdmpkahakobmdbmhfpfmimjgp
공식 URL https://chromewebstore.google.com/detail/cognillo-genta-desktop-ag/cfiepbbgdmpkahakobmdbmhfpfmimjgp
설명 This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.
파일 크기 16.17 KB
설치 횟수 62
현재 버전 1.1.5
최근 업데이트 2023-10-16
출시 날짜 2022-03-28
개발자 chrome.admin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cognillo.com
도움말 페이지 URL https://cognillo.com/support
개인정보 보호 정책 페이지 URL https://www.cognillo.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/genta-workerx128.png",
        "16": "\/images\/genta-workerx16.png",
        "32": "\/images\/genta-workerx32.png",
        "48": "\/images\/genta-workerx48.png",
        "64": "\/images\/genta-workerx64.png"
    },
    "manifest_version": 3,
    "name": "Cognillo Genta Desktop Agent",
    "permissions": [
        "nativeMessaging",
        "scripting"
    ],
    "version": "1.1.5"
}