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 تم تطويرها بواسطة chrome.admin، والميزة الرئيسية لها هي "This agent is used with Cognillo's Genta Automation tool, to automate work tasks and processes.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cognillo Genta Desktop Agent

قم بتنزيل ملفات الامتداد Cognillo Genta Desktop Agent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://cognillo.com/support
عنوان صفحة سياسة الخصوصية 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"
}